Moves you to a different folder. [^1] ```bash cd Documents/Projects # go to a specific folder cd .. # go up one level cd ~ # go to your home folder ``` [^1]: https://www.gnu.org/software/bash/manual/bash.html#index-cd