pwd - print working directory ls - list * -al: all, table view cd - change directory history clear touch - creates a file cat - displays a file's content rm - DESTROYS a file (no trash) * -r: recursive (for directories) mkdir - make a directory