A
A
Anton2015-12-15 21:09:53
SSH
Anton, 2015-12-15 21:09:53

How to delete a process?

Hello!
Hanging a process that I can not kill in any way:
c1fd0a382eea417aac56dcce86a6c2da.png
After trying to "kill" the process simply changes its ID.
What's the matter? How to kill him?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sim3x, 2015-12-15
@hummingbird

Look for who restarts your process
At least find a binary and look in the services for a script with the same name
Often the problem is that it ps aux | grep whatevershows itself

V
Vladimir Martyanov, 2015-12-15
@vilgeforce

There are chances that you have a Trojan in there. Strange behavior hurts...

A
alegzz, 2015-12-15
@alegzz

ps aux | grep zhopa
ps aux | grep pwned
stop doing bullshit

V
Vladimir, 2015-12-15
@vradrus

killall does it work by process number? You must specify the process name, which usually matches the name of the binary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question