How to kill a process in cPanel
Easy way to kill a process in cPanel.
First you have to check the process list
$ ps -aux
It will show you list of process. Then select which process you want to kill. Copy the process PID and write command
$ kill -9 127278
127278 is my case process ID or PID.
Double check is that your process killed or not. By again typing ps -aux.
Once done just celan up and exit.
কোন মন্তব্য নেই