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
Step: 1
1 Create a directory with your username inside directory tmp creating both directories at the same time Command mkdir p jjc303roughworktmpwhoami Expla...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