summaryrefslogtreecommitdiffstats
path: root/README
blob: e9da6fc918bca9664c0a943832fe2ca5892fc2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
psmisc
======

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
  pstree    shows the currently running processes as a tree
  peekfd    shows the data travelling over a file descriptor

They should work with most recent kernels. Man pages are included.

- Werner Almesberger <Werner.Almesberger@epfl.ch>

src/loop.h was stolen from util-linux package which in turn stole it from
the Linux kernel.

fuser on network fs
-------------------
On network filesystems, fuser can hang because its trying to stat files
that may go away.  If you use the --with-timeout-stat option during
the configure step then fuser will fork a process to run stat. This means
fuser doesn't hang, but it is much slower.

Translations
------------
My thanks for the various translators who have cheerfully given me the po
files to make psmisc speak different languages.  If your language is not
supported then let me know, all it takes is translating one file in 
a certain manner.

Icons
-----
The pstree icons were drawn by Tatlin at Coresis who has given permission
for them to be used for psmisc.

Copyright Change
----------------

The license has changed to GPL for version 20 onwards with permission
of the original authors.  People who want to use these programs under
the previous license will have to look at psmisc 19 or below.