Changing the current directory (in an xterm)
The following steps change the current directory within an xterm.
- Open an xterm
- Type the following at the xterm prompt:
cd name
Where name is the name of the directory you wish to move into
Note:
To move up a directory type:
cd ..
at the xterm prompt.
To move to your home directory type:
cd