Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.41 KB

readme.md

File metadata and controls

20 lines (14 loc) · 1.41 KB

The cd (Change Directory) command allows me to transition from child and parent directories. To do this type cd with the name of the directory you want to move into. image

The cd .. Command allows me to move from the current directory that I am in to the parent directory of the current directory. image

Cd - switches you to the previous directory that you were in image

cd / takes you to the root directory image

cd ~ take you to your home directory from wherever you are. image

Using the absolute path of a directory allows you to navigate to that directory regardless of what directory you are in. image

The relative path allows you to navigate to a directory that is relative to the directory you are currently in. image