Jump to content

UNIX Basics/Commands

0% developed
From Wikibooks, open books for an open world

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.