Translations:Linux introduction/11/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(No difference)

Revision as of 21:57, 19 May 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Linux introduction)
So, to change to <code>my_directory</code>, type:
{{Command|cd my_directory}}
To change to the parent folder, type:
{{Command|cd ..}}
And, to move back to your home directory (<code>$HOME</code>):
{{Command|cd}}

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