freebsd-ports/sysutils/lsof/pkg-descr
Dmitry Marakasov 85e8799f26 - Cosmetic fixes
- Update WWW

Approved by:	portmgr blanket
2017-07-30 09:01:10 +00:00

9 lines
387 B
Text

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).
See also fstat(1) in the base system.
WWW: https://people.freebsd.org/~abe/