Request graceful process termination.
Section: Processes Jobs and Scheduling
Send TERM signal
bash
bash
kill -TERM 12345Explanation
Prefer TERM before KILL so apps can shut down cleanly.
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 Processes Jobs and Scheduling