Command line users rely on the ‘kill’ command to terminate a process as defined by the appropriate process identifier (PID). While there’s nothing wrong with targeting processes by their PID, another ...
To kill a process I’ve always either the kill or killall commands and manually trying to find out the process numbers, etc. However, i recently discovered the pkill command removes a lot of work — ...
This article provides practical examples most frequently used commands in Linux / UNIX - linux-commands/pkill.md at master · dsw0214/linux-commands ...