Job Control — jobs, fg, bg
Manage multiple tasks in one terminal with job control. Run commands in the background with &, suspend with Ctrl+Z, resume with fg/bg, and list all jobs.
February 22, 20255 min read
linuxjobsfgbgjob-controlterminal
Manage multiple tasks in one terminal with job control. Run commands in the background with &, suspend with Ctrl+Z, resume with fg/bg, and list all jobs.