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

How to list all running processes in linux CENTOS

In each server there are a lot of running processes which help the system work corectly. In some cases you can run your own script to achieve a certain functionality, if you run the script in background that means it will run all the time, after the server restart, the script will start with the… Continue reading How to list all running processes in linux CENTOS