At Samstag, 7. August 2010 23:07 Guus Snijders wrote: > In that case, try: > lsof | grep " DEL " Okay, with the update of util-linux-ng checking of the deleted files makes sense because a lot of files use /lib/libuuid.so.1.3.0. I create this MINI script for this: # cat /usr/local/bin/scan_deleted_files.sh #!/bin/sh # list of deleted files echo 'COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME' lsof -n | grep ' DEL ' See you, Attila