Send SIGKILL to stop a process immediately.
Section: Processes Jobs and Scheduling
Force kill process
bash
bash
kill -KILL 12345Explanation
Use only when a process ignores or cannot handle graceful signals.
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