Suspend execution without terminating the process.
Section: Process Control and Signals
Pause process with SIGSTOP
bash
bash
kill -STOP 1234Explanation
Suspend execution without terminating the process.
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 Process Control and Signals