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.
Computer Science & Information Technology
You might also like to view...
The __________ allows users to launch scripts written in such scripting languages such as JavaScript or VBScript.
a. Windows Scripting Host (WSH) b. command line interface c. batch file facility d. The premise of this question is false.
Computer Science & Information Technology
Attribute values are expected to be between ____________________ marks.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology