A carat, '^' is used to denote the control key, so '^c' means hold down the control key and press 'c'.
Any program can be suspended by typing '^z'
A suspended program can then be put into the background with the 'bg' command.
You can return to a suspended or background job with the 'fg' command.
Command line options change the way a command runs.
These are normally entered as 'command -option1 -other_options'
These pages written by Gary Coulter