How to Deal with Working Directory in Console

Last modified by Leon Poon on 2021/03/23 13:16

In console, typing:

pwd

prints the full path of your working directory.

Typing:

cd X

changes your working directory to X. X must be inside the original working directory in which you type the command.

Typing:

cd ..

changes your working directory to the parent directory of the working directory in which you type the command.

If you are not sure what directories are in the current working directory, you canĀ list the things in the current working directory.