Start a job in background.
Section: Job Control
Run process in background
bash
bash
sleep 60 &Explanation
The shell prints a job number and PID in interactive mode.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Job Control