Table of Contents

Almost all of the Linux commands below will function the same way in the bash shell that is used by your OS X Terminal.app

Most Frequently Used Linux Commands

To get detailed help of these command, including the options available and how to use them, use

man command_name

or

help command_name

manipulating files/directories

working with text files

working with processes

getting useful information

others