Here are some typical commands in UNIX. (Using a BASH Shell or similar)

  • pwd - "Print Working Directory" shows you your current location.
  • ls - List contents of current directory.
  • cd - Changes directory
  • man - Brings up a manual page for assistance in using a command.