Create a directory called linux in your home directory. What command line did you use? What command would you use to create the directories called memos and personal in your home directory?
What will be an ideal response?
I used the mkdir ~/linux command. You can also use the mkdir $HOME/linux command. Or, use the following sequence of commands to accomplish the same.
$ cd
$ mkdir linux
$
You can use the mkdir ~/memos ~/personal command to create the memos and personal directories in my home directory.
You might also like to view...
C++ is a:
a. Typeless language. b. Hybrid object-oriented language. c. Subset of the C Language. d. Pure object-oriented language.
How many times is the factorial method in Listing 18.1 invoked for factorial(5)?
a. 3 b. 4 c. 5 d. 6
The first instant messenger program was invented in ________
Fill in the blank(s) with correct word
Windows Hello is a tool that can guide a user through complex tasks
Indicate whether the statement is true or false