How to kill a running process in linux CENTOS

In last article we used the command to get all running process from our server. In the following I will show you how to kill a process which is running in the background in centos. To achieve this you only need a two words command, the command “kill” followed by the PID of the process,… Continue reading How to kill a running process in linux CENTOS