Translations:Linux introduction/11/en

From Alliance Doc
Revision as of 21:57, 19 May 2016 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 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