Question: Linux please help Project 4-1 In this hands-on project, you log in to the computer and create new directories. Boot your Fedora Linux virtual machine.
Linux please help
-
Project 4-1
In this hands-on project, you log in to the computer and create new directories.
-
Boot your Fedora Linux virtual machine. After your Linux system has loaded, switch to a command-line terminal (tty5) by pressing Ctrl1Alt1F5. Log in to the terminal using the user name of root and the password of LINUXrocks!.
-
At the command prompt, type ls -F and press Enter. Note the contents of your home folder.
-
At the command prompt, type mkdir mysamples and press Enter. Next type ls -F at the command prompt, and press Enter to verify the creation of the subdirectory.
-
At the command prompt, type cd mysamples and press Enter. Next, type ls -F at the command prompt and press Enter. What are the contents of the subdirectory mysamples?
-
At the command prompt, type mkdir undermysamples and press Enter. Next, type ls -F at the command prompt and press Enter. What are the contents of the subdirectory mysamples?
Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-202
-
-
At the command prompt, type mkdir todelete and press Enter. Next, type ls -F at the command prompt and press Enter. Does the subdirectory todelete you just created appear listed in the display?
-
At the command prompt, type cd .. and press Enter. Next, type ls -R and press Enter. Notice that the subdirectory mysamples and its subdirectory undermysamples are both displayed.
-
At the command prompt, type cd .. and press Enter. At the command prompt, type pwd and press Enter. What is your current directory?
-
At the command prompt, type mkdir foruser1 and press Enter. At the command prompt, type ls -F and press Enter. Does the subdirectory you just created appear listed in the display?
-
Type exit and press Enter to log out of your shell.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
