Question
Please answer these questions with explination including the steps (Linux Program) command 1- Copy the directory /noor/ copy_me to /noor/computer/$USER/ NOTE: directory NOT file 2-
Please answer these questions with explination including the steps (Linux Program) command
1- Copy the directory /noor/copy_me to /noor/computer/$USER/
NOTE: directory NOT file
2- What partition on edd is currently mounted to: /var
3- How long has edd been running
4- How many files recursively in /noor/files have a name that ends in m?
5- Put the complete filename (including path) of a files in /user/bin into a files called /noor/computer/$USER/25
6 - Run the command: grep ir root /noor/files, then sort the output, and put the stored output into a file called: /noor/computer/$USER/27
7 - Complete the following steps that mimic some of the steps of adding a new user:
a) Copy the servers passwd file into /noor/computer/$USER/passwd, then modify the copy to add a new user: jhon (jhon victor)
NOTE: when I add user, the users automatically added to orginal file system (passwd) now I want to add user in the copied file that you will copy (user should be added in copied file not orginal)
b) Modify your copy of the passwd file to set user sspades home directory to: /noor/computer/$USER/jhon
c) Create /noor/computer/$USER/jhon, and copy the appropriate skeleton files into it
d) Set the permissions on /noor/computer/$USER/jhon and all of the files inside it to: read/write/execute for the owner, nothing for the group or others
8 - Download the crontabs package, put it into /noor/computer/$USER/
9- Find the dependencies for the emacs package, put your answer into a file called: /noor/computer/$USER/30 (Careful, this is tricky)
1- DO THIS LAST! Create a recursive, long listing of all files in /noor/computer/$USER/ put the output in /noor/computer/$USER/31
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