background
|
|
Tombstone
Tombstone Tuning
Home of tuning, projects and fast cars and boats.
More icon

RiscOS
Risc OS Info
All you need to know about Risc OS and more.
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.