SBDavid
Feb 19th, 2012
Feb 19th, 2012
PS command: process tree, threads, security
PS command: process tree, threads, security
To print a process tree:
ps -ejH
ps axjf
ps axjf
To get info about threads:
ps -eLf
ps axms
ps axms
To get security info:
ps -eo euser,ruser,suser,fuser,f,comm,label
ps axZ
ps -eM
ps axZ
ps -eM