Answer the question
In order to leave comments, you need to log in
Question minute. How to kill a process started with def. folders?
There is a VPS on Centos 6. 2 processes with the same name are running from different directories. One of them needs to be removed.
Answer the question
In order to leave comments, you need to log in
readlink /proc/PID/exe
Instead of PID, substitute the PID of the process, first one then the second, find the one that needs to be killed and terminate afterkill -9 PID
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question