Translations:Linux introduction/11/en

From Alliance Doc
Revision as of 15:28, 23 November 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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