5.9. Trouver les fichiers ouverts

De UnixWiki
Aller à : navigation, rechercher
 # fuser -fu sybase_exploit.log

ou

 # find /proc/*/fd \( -type f -a ! -size 0 -a -links 0 \) -print | xargs \ls -li

ou

 # lsof +aL1