cd
Change the current directory.
Examples
cd /var/www
Navigate to the /var/www directory.
cd ..
Move up one directory.
Notes
This command affects only the current shell session.
Change the current directory.
cd /var/www
Navigate to the /var/www directory.
cd ..
Move up one directory.
This command affects only the current shell session.