wok annotate lsof/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents
children
rev   line source
Hans-G?nter@24864 1 lsof is a command listing open files.
Hans-G?nter@24864 2 Open files in the system include disk files, named pipes, network sockets
Hans-G?nter@24864 3 and devices opened by all processes.
Hans-G?nter@24864 4 One use for this command is when a disk cannot be unmounted because
Hans-G?nter@24864 5 (unspecified) files are in use.
Hans-G?nter@24864 6 The listing of open files can be consulted (suitably filtered if necessary)
Hans-G?nter@24864 7 to identify the process that is using the files.