PID owner

sarostehen

New member
Joined
Apr 14, 2014
Messages
1
Hello,

How can I see the PID owner?

I list process SSH -> TOP. And I want see, how is the owner. (eg:example.com)

I try this, but not work: # ps auxww | grep PID

Regards,
ST
 
You can't easily get the domain name running the process because the domain name doesn't run the process. The user runs the process. To see which domain is running the process you need to look through the domain database for the user, and even then you may find more than one.

Jeff
 
Back
Top