wok diff lsof/description.txt @ rev 25180
Up puzzles (20220612)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 05 09:19:22 2022 +0000 (2022-07-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lsof/description.txt Tue Jul 05 09:19:22 2022 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +lsof is a command listing open files. 1.5 +Open files in the system include disk files, named pipes, network sockets 1.6 +and devices opened by all processes. 1.7 +One use for this command is when a disk cannot be unmounted because 1.8 +(unspecified) files are in use. 1.9 +The listing of open files can be consulted (suitably filtered if necessary) 1.10 +to identify the process that is using the files.