wok view lsof/description.txt @ rev 25165

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