
It's pid is increasing all the time...
I'm writing a program to display all the process's info, this process really bother me.
Oh..the Chinese words are sleeping..., can't use, can't use
feedback
|
This question came from our site for professional and enthusiast programmers.
|
My guess is that this process is part of a rootkit of some kind. It purposely does | |||||
feedback
|
|
Technically, it's not a single process whose pid is changing, but rather the old process is terminating, and a new one is starting. Why not try to find its parent process id, e.g. using It seems strange that there is no name for that process in the first column. There may be more clues in the /proc directory, for example UPDATE If the process has no name, maybe
If If that also fails, look into Or you write a script that runs Also, if it is a rootkit like others have suggested, it would be a good idea to disconnect that computer from the internet while you investigate. That way it can't send any of your personal data to other people, or send spams, or anything else like that. | |||||||
feedback
|