# Running jobs in the background - `&`: run command in background - `ctrl-z`: stop and send to background - `jobs`: list background processes - `fg`: bring background process to foreground - `bg`: restart stopped background process