link

Change Directory

Change the current working directory

filesystem
basic

Command

cd

Examples

Move to absolute path

cd /var/www

Move up one directory

cd ..

Go to home directory

cd ~