Open the kill menu for the selected or tagged processes.

Section: Priority and signals

Send a signal to a process

text
text
F9 or k
Explanation

Choose the signal interactively, such as TERM or KILL.

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
Use htop to locate a PID, then kill from shell
Classic shell companion flow.
OpenIn sheetbashsame section
Increase priority
Lower the nice value of the selected process.
OpenIn sheettextsame section
Decrease priority
Raise the nice value of the selected process.
OpenIn sheettextsame section
Adjust nice value from the shell
Companion command when you prefer non-interactive changes.
OpenIn sheetbashsame section
Tag processes for group actions
Mark multiple processes, then send one action to all of them.
OpenIn sheettextsame section
Trace system calls with strace
Attach strace to the selected process if installed.