Mac-terminal.com

Mac-Terminal.com

An introduction of the Terminal for Mac OS X

cd

Syntax: cd <directory>

Usage/Result: Change the working directory to <directory>

Example

cd /Change working directory to the root of your Mac's disc
cd /Users/TomChange working directory to /Users/Tom
cd -Go back to the last folder you looked at
cd ~Change working directory to the home directory of the current user