Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / psmisc / DESCR
1 This package contains three little utilities that use the proc FS:
2
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
6
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).