0% developed

UNIX Basics/Commands

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.