====== Changing directories ====== {{NEWPAGE}} ===== General information ===== **Command**: cd **Description:** Use //cd// to change between directories. **Usage:** cd **common options:** n.a. **Action:** Change your location into the directory specified by . ===== Examples ===== cd / action: move into the root directory cd ~ action: move into your home directory cd ~ingo action: move into ingo's home directory cd .. action: move one directory up cd /usr/local/bin action: move into the directory bin located at /usr/local/