A Quick Introduction to Unix/Changing Directories

Directory Structure
Listing Files and Directories

Changing to different directories

cd (change directory)

The command cd somedirectory means change the current working directory to somedirectory. The current working directory is the directory that you are currently working in.

Category:Book:A Quick Introduction to Unix