next up previous contents
Next: rm Up: Helpful Unix Commands Previous: mkdir   Contents

cd

This command is used to change the current working directory to the directory given as an argument. The additional ``..'' will move up one level in the directory structure.

lightning:~>cd /home/username/generic

Changes the working directory to /home/username/generic

lightning:~>cd ..

Changes the working directory from /home/username/generic to /home/username.



Computer Support Group 2002-10-07