mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
332 B
Plaintext
6 lines
332 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), a kqueue descriptor...
|