ABOUT listps is a small linux program to show all running processes, including hidden ones. It only works with /proc filesystems. On systems compromised with various rootkits, like e.g. suckit 1.3e, listps will be able to explicitly list hidden processes that are running. It does this by explicitly querying the /proc filesystem for process IDs in the range 1 to 33000. Swapped out processes are printed in paranthesis. QUICK INSTALL ./configure make make install You can also try simply: cc listps.c -olistps AUTHOR Written by Christian Stigen Larsen COPYING Copyright (C) 2004, 2007 Christian Stigen Larsen Distributed under the GNU General Public License (GPL) v2 or later.