1 This package contains three little utilities that use the proc FS:
3 killall kills processes by name, e.g. killall -HUP named
4 pidof like killall, buts lists PIDs instead of killing processes
5 pstree shows the currently running processes as a tree
7 The Linux version includes "fuser" for listing processes' open files,
8 but NetBSD's procfs doesn't have the facilities for this (use
9 fstat(1) or the lsof package instead).