          MODULE=lsof
         VERSION=4.99.5
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/lsof-org/lsof/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:3c591556c665196e0aada5982ff43c75e248187bad78bb1368d8fb9c1c527e6e
        WEB_SITE=https://lsof.readthedocs.io/en/latest/
         ENTERED=20011005
         UPDATED=20250701
           SHORT="Lists open files for running processes"

cat << EOF
Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files,
and it does just that. It lists information about any files that are open by
processes currently running on the system. It can also list communications
open by each process.
EOF
