Go to the previous, next section.
- bg
- runs job in background
- fg
- runs job in foreground
- jobs
- returns names and process ids of suspended jobs
- ps -a
- returns names and process ids of currently running processes
- kill
- cancels jobs (processes)
Go to the previous, next section.