LXer: How to Kill Linux Processes/Unresponsive Applications Using ‘xkill’ Command
by LXer from LinuxQuestions.org on (#5HHR9)
Published at LXer:
The kill command sends a signal to a process, whose PID is passed along with the command. Alternatively, we can use pkill command, which kills a process based upon name and other attributes of a process. To kill a process say whose name is terminal, we need to execute
Read More...


The kill command sends a signal to a process, whose PID is passed along with the command. Alternatively, we can use pkill command, which kills a process based upon name and other attributes of a process. To kill a process say whose name is terminal, we need to execute
Read More...