wok diff lsof/description.txt @ rev 25026

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 10:39:49 2022 +0000 (2022-05-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lsof/description.txt	Thu May 19 10:39:49 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.