Suspend the current foreground process group.
Section: Shell Job Control
Suspend current foreground job
bash
bash
# Press Ctrl+Z in the terminalExplanation
Suspend the current foreground process group.
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 Shell Job Control
Resume stopped job in background
Continue a stopped job in the background.
Remove job from shell tracking
Prevent the shell from sending SIGHUP to the job on exit.