File: README

package info (click to toggle)
psmisc 16-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 144 kB
  • ctags: 164
  • sloc: ansic: 1,362; makefile: 82; sh: 6
file content (14 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
psmisc, version 16
==================

This package contains four little utilities that use the proc FS:

  fuser     identifies processes using files (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

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

- Werner Almesberger <werner.almesberger@lrc.di.epfl.ch>