Check this out:
$ doexec yes lolbutts > /dev/null &
$ ps auxww | grep lolbutts
500 28962 96.8 0.2 58908 544 pts/1 R 11:00 0:06 lolbutts
OK, so now here this:
$ doexec /tmp/udp.pl /usr/sbin/httpd &
$ ps auxww | grep httpd
apache 27601 0.0 12.9 264324 34016 ? S 07:44 0:08 /usr/sbin/httpd
apache 27887 0.0 12.6 265956 33264 ? S 08:42 0:06 /usr/sbin/httpd
apache 28103 0.0 11.2 257932 29452 ? S 09:24 0:03 /usr/sbin/httpd
apache 28108 0.0 11.8 262884 31040 ? S 09:24 0:04 /usr/sbin/httpd
apache 28580 0.1 11.0 257296 28948 ? S 10:56 0:01 /usr/sbin/httpd
apache 29015 90.8 0.2 58908 548 pts/1 R 11:07 0:04 /usr/sbin/httpd
Can you pick which one isn’t really Apache?
Thanks to Kale for pointing out this nifty utility.
/cs
Comments
Leave a comment Trackback