Changing to another directory

To change your current working directory use the command:

cd pathname

where pathname specifies the directory that you want to move to.

The pathname can be given as either a full pathname or a relative pathname


Top document