Views:
28,451โ
Votes: 4โ
โ
Solution
Tag :
home-directory
Link:
๐ See Original Answer on Ask Ubuntu โง ๐
URL:
https://askubuntu.com/q/846614
Title:
How to create a directory within your home directory - Linux
ID:
/2016/11/07/How-to-create-a-directory-within-your-home-directory-Linux
Created:
November 7, 2016
Edited: November 14, 2016
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Iโm sure your teacher will be impressed with your mastering the Terminal environment which you invoke with hot-keys Ctrl+Alt+T. A new text based window appears. By default, the terminal opens in your home.directory so you can simply enter
mkdir A452
To create the directory - mkdir
is the command to make a directory, and if no explicit path is specified, the command will be executed in the current working directory. However, if your current working directory is not your home directory, youโll need to manually force use of it, which you can do with something known as the tilde (~
), which automatically refers to your user home.
mkdir ~/A452
That will create the directory under your home directory. As a bonus let the teacher know how to close the terminal window by typing:
exit
Make sure to put โAsk Ubuntuโ into your bibliography.