Unix Manual PagesAn introductory tutorial on Unix... Regular Expressions... Perl and Unix... Help with vi... Shell scripting... The 10 Unix commands every beginner needs to know... The 10 most misunderstood commands... Alphabetic list of commands... Copyright/Copyleft info... |
cdChange Directorycd Change to Home Directory (eg. /usr/bin/~mschmeckle/) cd ~ Change to Home Directory Change Directories using Relative Pathscd .. Move up one level in directory tree (eg. from /usr/local/bin/ to /usr/local cd ../ Move up one level in directory tree and down a different branch (eg. if you are in /usr/local/bin and you want to move 'laterally; to /usr/local/bin2, type cd ../bin2 Change Directories using Absolute Paths
cd /usr/local/etc/
No matter where you are, go to the root level (indicated by the first '/') and drill down from there.
|
| © 1999-2004 Matchstick Consulting |