Answered step by step
Verified Expert Solution
Question
1 Approved Answer
User 1 . Create a directory Unix under your account home directory. Command ( s ) : . . . . . . . .
User
Create a directory Unix under your account home directory.
Commands:
Create four subdirectories bin, conf, docs and data under the created directory "Unix". See the directory diagram below:
Commands:
Create a text file called sedinfo in your "Unix" directory. Use the output redirection to store the man page for the sed command in this file.
Command:
Create a text file called joininfo in your "Unix" directory. Use the output redirection to store the man page for the join command in this file.
Command:
Move the files "sedinfo" and "joininfo" to directory docs using a single UNIX command.
Command:
Change to your home directory.
Command:
Use a single command to rename and move the sedinfo from the docs directory to the bin directory.
Command:
Change to the data directory.
Command:
While in the data directory create a command that would copy the sedinfo from the bin directory and joininfo from the docs directory to the conf directory using a absolute paths and b relative paths.
Command relative path:
Command absolute path:
Move to your home directory. Create a single command that would delete the Unix directory and all the files and subdirectories of the Unix directory.
Command:
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