background
|
|
bonsai
The Element
A small area for Bonsai related material.
More icon

Games
Ruffnecks Gaming
Gaming for everyone
More icon
|
|
Up Image
Navigation
Search this Site
Enter your search terms

Site Breadcrumb - You are here
|
Reference   Unix Guide

cd, chdir

cd (or chdir) stands for "change directory." This command is key to moving around your file structure.

Structure: cd [name of directory you want to move to]

When changing directories, start with / and then type the complete file path, like so:

cd /chimp/

If you want to enter a subdirectory of the directory that you're currently in, then omit the first /. So if you wanted to stay in the chimp directory but move to the simian subdirectory, you'd type:

 cd simian/

Back to the index.