Translations:Linux introduction/11/en

From Alliance Doc
Jump to navigation Jump to search

So, to change to my_directory, type:

Question.png
[name@server ~]$ cd my_directory

To change to the parent folder, type:

Question.png
[name@server ~]$ cd ..

And, to move back to your home directory ($HOME):

Question.png
[name@server ~]$ cd