cd /path

Navigate to any directory by its absolute path

cd (change directory) moves your working directory. An absolute path starts from / (root) and always works from anywhere. Use tab completion to avoid typos. After cd, run pwd to confirm where you are.

Example

$ cd /var/log
Tip: Type it yourself in the terminal below - reading is not the same as doing.