NET-220 UNIX/LINUX Operating Environment I just need a commands for the question below so i can use them in fedora. 5. Issue the command to
NET-220 UNIX/LINUX Operating Environment
I just need a commands for the question below so i can use them in fedora.
5. Issue the command to create two new directories in user1s home directory call MyExam1 and MyCopy.
6. Issue the command to create a new file called test1 in the MyExam1 directory.
7. Issue the command to make a copy of the test1 file and call the new file copiedtest1.
8. Use a text editor (vi, nano, gedit) to enter a line into the copiedtest1 file. The line should read This is the first line in the copiedtest1 file. Save your changes
9. Issue the command to display the contents of the copiedtest1 file
10.Issue the command to rename the copiedtest1 file to test1copy and move it to the MyCopy directory (all in one command).
11.List the contents of both the MyExam1 and MyCopy directories.
12.Issue the command to change the permissions of the test1 file to r--r--r-- using the numeric criteria method. List the contents of the MyExam1 directory
13.Issue the command to update the last modified datestamp on the test1 file. List the contents of the MyExam1 directory.
14.Issue one command to change both the owner and group owner of the test1 file to root. (Hint: you will need to run this command using root privileges). List the contents of the MyExam1 directory. 1
15.Issue the command to display the full path to the current directory you are in.
16.Issue one of the several different commands you can use to quickly return to your home directory. List the contents of the directory
17.Issue the command to show a long listing of your directory INCLUDING hidden files
18.Issue the command to display the contents of the /etc/passwd file in reverse order
22.Issue the command to clear your screen.
23.Issue the command to delete the directory MyCopy and all of the files contained within it (using 1 command). List the contents of the current directory.
24.Issue the command that will search for all occurrences of the pattern root in the /etc/passwd file.
25.Issue the command to create a hard link between the test1 file and a new file called firsttest. (Hint: What you did in Question 14 will impact how you must complete this task).
26.Issue the command to list both files so you can see the link count. 1 pt Exit the screenlog capture. Make sure you are in user1s home directory.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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