Command
cd
Explanation
cd is used to change the current working directory. It changes the current working directory.
Examples
Move to absolute path
cd /var/www
Move up one directory
cd ..
Go to home directory
cd ~
cd
cd is used to change the current working directory. It changes the current working directory.
Move to absolute path
cd /var/www
Move up one directory
cd ..
Go to home directory
cd ~