Navigate between Directories
After learning this lesson, you'll be able to switch and navigate between directories with ease.
We'll cover the following...
cd
Definition:
cd
— short for “change directory” — is used to change Shell’s current working directory. We use this command frequently to work around the hierarchy of our file system. This command is similar to chdir
command in MS-DOS.