pkill

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Jul 28 3:6
Editor
Edited
Edited
2025 Jul 6 15:40
Refs
Refs
kill cli
 
 
 
 
In Linux, various signals (e.g., SIGHUP, SIGUSR1) have a default behavior of "terminating the process if no handler is registered," which can cause large-scale service outages. Therefore, the new pkill feature below only sends signals to processes that have handlers registered for those signals.
 
 

Recommendations