Classic shell companion flow.
Section: Priority and signals
Use htop to locate a PID, then kill from shell
bash
bash
kill -TERM 12345Explanation
TERM asks the process to exit cleanly before resorting to stronger 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 Priority and signals
Send a signal to a process
Open the kill menu for the selected or tagged processes.
Adjust nice value from the shell
Companion command when you prefer non-interactive changes.
Tag processes for group actions
Mark multiple processes, then send one action to all of them.