Hello guys.
I am running a CentOS 6 distro.
I was just wondering, is there a command to show the effective and real UID for running processes?
I appreciate you help.
Printable View
Hello guys.
I am running a CentOS 6 distro.
I was just wondering, is there a command to show the effective and real UID for running processes?
I appreciate you help.
hi and welcome
The output columns of ps can be configured, e.g.
For details:Code:ps -eo pid,user,euid,ruid,args
Code:man ps
Thanks a lot!!