CD: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "Change the active path to the specified directory. <pre>CD [directory-name]</pre> <pre>cd home</pre> Will move you to your home directory. <pre>cd..</pre> Will return you to the parent directory")
 
No edit summary
 
Line 3: Line 3:
<pre>CD [directory-name]</pre>
<pre>CD [directory-name]</pre>


<pre>cd home</pre>
== Examples ==
Will move you to your home directory.


<pre>cd..</pre>
Move to your home directory: <code>cd home</code>
Will return you to the parent directory
 
Move to the parent directory: <code>cd ..</code>

Latest revision as of 03:53, 18 March 2024

Change the active path to the specified directory.

CD [directory-name]

Examples

Move to your home directory: cd home

Move to the parent directory: cd ..