mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
432 B
Plaintext
10 lines
432 B
Plaintext
This package contains three little utilities that use the proc FS:
|
|
|
|
killall kills processes by name, e.g. killall -HUP named
|
|
pidof like killall, buts lists PIDs instead of killing processes
|
|
pstree shows the currently running processes as a tree
|
|
|
|
The Linux version includes "fuser" for listing processes' open files,
|
|
but NetBSD's procfs doesn't have the facilities for this (use
|
|
fstat(1) or the lsof package instead).
|