I see it in the top -c
Then I run strace
of this process and see a lot of select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
What should I do next? How can I find the reason of this? Any help much appreciated
I see it in the top -c
Then I run strace
of this process and see a lot of select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
What should I do next? How can I find the reason of this? Any help much appreciated
Run lsof -p 21078
and record the output. Kill the process. Delete the files associated with that process.
Since you have CentOS, you may want to find out how they got in. That's a deeper exercise beyond the scope of this question, but download and run chkrootkit
and possibly verify your RPMs to start.