forked from Lainports/freebsd-ports
* Remove unnecessary tar:bzip2 from USES. [1] * Update WWW. * Pet portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://github.com/lsof-org/lsof/releases/tag/4.95.0 PR: 263637 Reported by: diizzy [1], yasu@freebsd.org
9 lines
387 B
Text
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://github.com/lsof-org/lsof
|