cd
File ManagementChange the current directory
Examples
Common usage examples
Change to specified directory
cd /path/to/directoryMove up one directory level
cd ..Change to home directory
cd ~Change to previous directory
cd -Notes
- Without arguments, cd returns to home directory
- Use Tab key for auto-completion