File: README

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

This package contains four 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

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

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