Changing the current directory (in an xterm)

The following steps change the current directory within an xterm.
  1. Open an xterm
  2. 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