How to change working directory on Ubuntu

cd

change working directory to current user’s home directory

cd ~simon

change working directory to Simon’s home directory

cd ..

change working directory to up one directory

cd -

change working directory to the previous one

cd /

change working directory to the root directory

cd /home/simon

change working directory to the specified directory