Thanks, this seems to be a really useful tool, specially if someone manage hosts with automation like salt/pupet/...
I suspect this are some false positives, specially if process is started via daemon or forked process changes the UID to unprivileged user
pid jid stat command
43919 0 miss /usr/local/openjdk8/bin/java
lsop: sysctl: kern.proc.pathname: 48638: No such file or directory
48638 0 miss (master)
44015 0 miss /usr/local/sbin/httpd
85311 0 miss /usr/local/sbin/httpd
85310 0 miss /usr/local/sbin/httpd
85309 0 miss /usr/local/sbin/httpd
ps -waux | grep java
jenkins 43918 0.0 0.0 14496 2044 - Is 10:22AM 0:00.00 daemon: /usr/local/openjdk8/bin/java[43919] (daemon)
jenkins 43919 0.0 5.7 8280092 1442980 - I 10:22AM 0:30.90 /usr/local/openjdk8/bin/java -DJENKINS_HOME=/usr/local/jenkins -jar ...
ps -waux | grep 48638
root 48638 0.0 0.0 69300 748 - Ss 30Aug16 0:03.03 /usr/local/libexec/postfix/master -w
ps -waux | grep -e 44015 -e 85311 -e 85310 -e 85309
www 44015 0.0 0.2 417276 53132 - S 29Aug16 1:41.36 /usr/local/sbin/httpd
www 85309 0.0 0.1 374952 29892 - S 29Aug16 1:23.65 /usr/local/sbin/httpd
www 85310 0.0 0.2 430328 51092 - S 29Aug16 1:37.66 /usr/local/sbin/httpd
www 85311 0.0 0.1 416700 33924 - S 29Aug16 1:26.33 /usr/local/sbin/httpd
Thanks, this seems to be a really useful tool, specially if someone manage hosts with automation like salt/pupet/...
I suspect this are some false positives, specially if process is started via daemon or forked process changes the UID to unprivileged user