cd
Change the current directory. Navigate to different folders in the file system.
Primary Syntax
$ cd /var/log
#
Example Usage
cd /var/log
cd ~
cd ..#
Quick Tips
• Use man cd to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026