Skip to main content

high cpu load by ./system-disk process

Comments

5 comments

  • cPanelMichael
    Hello, You can search for files matching that process name to see if anything shows up so you can get a better idea of where the file exists and what it does. EX: find / -name "system-disk"
    You may also find the following thread helpful: Thank you.
    0
  • quizknows
    Run 'ps faux' to get a little more info, or take the PID from top and look for it in 'ps faux' output. This should get you user id if nothing else. You can also use the PID to gather other information. I am guessing this is a spoofed process name from perl script, you may not find any file called system-disk (or you might, too, but you'll have to look.)
    0
  • lambov
    Hello, You can search for files matching that process name to see if anything shows up so you can get a better idea of where the file exists and what it does. EX: find / -name "system-disk"
    You may also find the following thread helpful:
    0
  • quizknows
    There probably is no file called that. What is output of ps faux
    0
  • lambov
    i found that the processes related to a file and 3 strange wordpress plugin.
    0

Please sign in to leave a comment.