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> | ||
== Examples == | |||
< | Move to your home directory: <code>cd home</code> | ||
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 ..