meta data for this page

Changing directories

You are not allowed to add pages

General information

Command: cd

Description: Use cd to change between directories.

Usage: cd <SpecifyYourPath>

common options: n.a.

Action: Change your location into the directory specified by <SpecifyYourPath>.

Examples

cd /

action: move into the root directory

cd ~

action: move into your home directory

cd ~ingo

action: move into ingo's home directory

cd ..

action: move one directory up

cd /usr/local/bin

action: move into the directory bin located at /usr/local/