How to create a directory within your home directory - Linux - Ask Ubuntu


this question has answer here:

i not know how create directory within home directory. need name directory a452.

how do this?

i'm sure teacher impressed mastering terminal environment invoke hot-keys ctrl+alt+t. new text based window appears. default, terminal opens in home.directory can enter

mkdir a452 

to create directory - mkdir command make directory, , if no explicit path specified, command executed in current working directory. however, if current working directory not home directory, you'll need manually force use of it, can known tilde (~), automatically refers user home.

mkdir ~/a452 

that create directory under home directory. bonus let teacher know how close terminal window typing:

exit 

make sure put "ask ubuntu" bibliography.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User