summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2007-04-08 08:08:53 +0000
committerCraig Small <csmall@users.sourceforge.net>2007-04-08 08:08:53 +0000
commit5141d7608d260340f267b83412d0450846cd5b93 (patch)
treea2e5960837302abb7926f2390920eb6c4fe3f2ef /README
parente841174075b9cf8ab7e27d8dac0875b732c7bf68 (diff)
karels fix and i fixed peekfd
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 40bdbd6..2489b05 100644
--- a/README
+++ b/README
@@ -1,16 +1,13 @@
psmisc
======
-This package contains four little utilities that use the proc FS:
+This package contains five little utilities that use the proc FS:
fuser identifies processes using files or sockets (similar to Sun's
or SGI's fuser)
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
-
-and
-
peekfd shows the data travelling over a file descriptor
They should work with most recent kernels. Man pages are included.