~/cd(1)
en
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 -