Translations:Linux introduction/11/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
So, to change to < | So, to change to <code>my_directory</code>, type: | ||
{{Command|cd my_directory}} | {{Command|cd my_directory}} | ||
To change to the parent folder | To change to the parent folder, type: | ||
{{Command|cd ..}} | {{Command|cd ..}} | ||
And, to move back to your home directory (< | And, to move back to your home directory (<code>$HOME</code>): | ||
{{Command|cd}} | {{Command|cd}} |