Translations:Linux introduction/11/en

From Alliance Doc
Revision as of 15:14, 23 November 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search

So, to change to my_directory you type:

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

To change to the parent folder you type:

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

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

Question.png
[name@server ~]$ cd