Daily Process Log
Hello this might a newbie question but my process log shows in user column user as a number is this process that is using up server resources? i.e.
526 0.12 0.01 0.0
-
Hello, I would suggest you to do lsof -p and see what is running under it. Could be a suspicious process. 0 -
grep 526 /etc/passwd to see what user it is 0 -
it's one of the users that is created that is running a bin/bash command how do i find out what the command is? 0 -
Hello :) You can utilize a command such as: ps aux|grep ID
Thank you.0
Please sign in to leave a comment.
Comments
5 comments