Find deleted files still held open lsof
Find files deleted but still held open by processes (disk bloat)
lsof | grep '(deleted)'
more lsof
all 19 commands →
Find files deleted but still held open by processes (disk bloat)
lsof | grep '(deleted)'