~/cd(1) en

CD(1)General Commands ManualCD(1)

NAME

cd - change directory

SYNOPSIS

cd [dir]

DESCRIPTION

Moves around the filesystem. With no argument it goes home, which is /home/tilen and what ~ means here; cd - goes back where you came from and says where that is. .. is the directory above, and from ~ that is /home, because this is a real root with a machine hung off it — man hier.

Clicking a directory does the same thing as typing cd into it.

EXAMPLES

cd writing

cd /etc

cd ..

cd -

SEE ALSO

ls(1), pwd(1), hier(7), open(1)

tilenkoren.com2026CD(1)