
Dec 2, 2019
Kill Command in Linux
The kill command sends a signal to specified processes or process groups causing them to act according to the signal. kill is a shell builtin in most Bourne-derived shells such as Bash and Zsh.
Read more

Aug 29, 2018
How to Kill a Process in Linux
In this tutorial we will show you how to use the kill, killall and pkill commands to terminate a process in Linux.