Logo
Web01
Ch4os1@web01:~/commands/cd
← View all bash commands

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.