5.9. Trouver les fichiers ouverts
Aller à la navigation
Aller à la recherche
# fuser -fu sybase_exploit.log
ou
# find /proc/*/fd \( -type f -a ! -size 0 -a -links 0 \) -print | xargs \ls -li
ou
# lsof +aL1