Here’s how to use the KILL command within Linux $ KILL [options] <PID> Linux KILL options: Option Description -s Specify what kill signal to send. -l Shows the name of the signal through the signal number. -L List all the available signals. q Sends the signal using sigqueue(3) instead of kill(2), allowing an additional integer […]