Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 . Follow the Textbook Appendix B and the Unix Tutorial PPT given in the homework folder to complete the following tasks on the ASU
Follow the Textbook Appendix B and the Unix Tutorial PPT given in the homework folder to complete the following tasks on the ASU General server:
Create a new directory called CSE Use cd CSE to enter the new directory. Use pwd command to find the path from the Unix root directory to your current directory.
Create three new subdirectories inside CSE Name the directories d d and d respectively.
Enter the directory d and use nano or vim to create a new program called hello.c and enter the following code into the program. You must use your name to replace the name John Doe Save the file.
Use gcc hello.c o hello to compile the program. Fix any compilation errors if any.
Use ls ls l and ls al respectively to list files in d directory. Use command hello to execute the compiled code. points
Take screenshots of each command in this question. You may take one screenshot with all commands in it
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started