Question: Your pwd is ~/jjc303/rough_work. Directory rough_work is empty before this. Directory tmp does not exist. note a command line that crate directory with your username

Your pwd is ~/jjc303/rough_work. Directory rough_work is empty before this.

Directory tmp does not exist. note a command line that crate directory with your username inside directory tmp thereby creating both directories at the same time in that one command line.

A

2, With another command line and an explanation how would you confirm your solution to the previous question completed successfully.

A:

3. Using absolute paths, note a command line to remove directory tmp in rough_work.

4. With another command line and an explanation how do you confirm your solution to the previous question completed successfully.

A:

5. Assume your pwd has no files or directories. Create an empty file abc, next create an empty directory called abc. What happened. Explain why that happened?

A:

6. Assume your pwd has no files or directories. Create an empty directory abc, using touch try create an empty file called abc. What happened. Explain why that happened?

A:

7. You got an error message when doing 05 but not when doing Q6. Why? Explain the purpose of the touch command and give a legitimate use case for using touch to change a file's timestamp.

AS

8. note two Linux command lines (using two different Linux commands) to remove empty directories. What does each command line do and describe a use case for when to use it.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 Create a directory with your username inside directory tmp creating both directories at the same time Command mkdir p jjc303roughworktmpwhoami Expla... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!