ports/sysutils/lsof/pkg-descr
Larry Rosenman 4821043f88
sysutils/lsof: update to 4.99.4
PR:	282897
Reported by: Älven <alster@vinterdalen.se>
2024-11-21 13:13:05 -06:00

7 lines
348 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).
See also fstat(1) in the base system.