Contents The Psmisc package contains the fuser, killall, pidof and pstree programs. Description fuser fuser displays the PIDs of processes using the specified files or file systems. killall killall sends a signal to all processes running any of the specified commands. pidof Pidof finds the process id's (pids) of the named programs and prints those id's on standard output. If you want to use this pidof version (by default we use sysvinit's version which is more powerful), you will have to create pidof as a symlink manually that points to this package's killall program. pstree pstree shows running processes as a tree.