dcoppa 1a9beb4811 Update to lsof-4.87.
Fix dead MASTER_SITES.

Regen distinfo.

Simplify post-extract.

Remove setgid kmem, since lsof as a regular user does not work
anymore.

Minor cleanups.

With the help, and ok sthen@ ajacoutot@
2013-05-23 15:08:36 +00:00

9 lines
437 B
Plaintext

Lsof (LiSt Open Files) lists information about files that are open by the
running processes. An open file may be a regular file, a directory, a block
special file, a character special file, an executing text reference, a
library, a stream or a network file (Internet socket, NFS file or Unix domain
socket).
Main use of lsof will be for writing cross-platforms scripts.
OpenBSD includes fstat(1), which serves the same basic purpose.