Sponsored AdvertisementAdSense Slot (banner)
Command Syntax
cd [DIRECTORY]
Try `cd` Live in Terminal
bash — terminal
AST Sandbox (Free)
Overview & Usage Details
cd allows navigation across the virtual filesystem. Using "cd ~" returns to home, while "cd .." moves up to parent folder.
Command Options & Flags
| Option / Flag | Description |
|---|---|
| ~ | Navigate to user home directory (/home/user). |
| .. | Navigate up to parent directory. |
Sponsored AdvertisementAdSense Slot (leaderboard)