Changing Working Directory - cd, pwd

Table of Contents

Changing Working Directory - cd, pwd
Example

Changing Working Directory - cd, pwd

These are:

cd ?dirName?

Changes the current directory to dirName dirName $HOME directory if dirName dirName ~, cd changes the working directory to the users home directory. If dirName cd changes the working directory to that user's $HOME.

pwd

Returns the current directory.