Job Control in the Terminal Foreground and Background Only 1 Foreground process gets terminal input Start processes in the background by using "&" Foreground process signals: Stopping (^Z) Killing (^C) Aborting (^\) Useful commands: 'jobs' 'ps' 'fg' and 'bg' the bash manpage has a large section on Job Control