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

From Alliance Doc
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 <tt>my_directory</tt> you type:
So, to change to <code>my_directory</code>, type:
{{Command|cd my_directory}}
{{Command|cd my_directory}}
To change to the parent folder you type:
To change to the parent folder, type:
{{Command|cd ..}}
{{Command|cd ..}}
And, to move back to your home directory (<tt>$HOME</tt>):
And, to move back to your home directory (<code>$HOME</code>):
{{Command|cd}}
{{Command|cd}}

Latest revision as of 15:28, 23 November 2023

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, 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