Commit e950604c authored by Tomáš Szaniszlo's avatar Tomáš Szaniszlo
Browse files

Comment for deleted files disk usage

parent cad6f677
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -163,6 +163,8 @@ Source: <https://unix.stackexchange.com/questions/26728/prepending-a-timestamp-t

    lsof -Fns 2>/dev/null | grep ' (deleted)$' -B1 | grep '^s' -A1 | grep -v -- -- | cut -c 2- | paste - - | sort -n

Useful for overfilling volumes where `du` doesn't pinpoint the culprit.

Source of inspiration: <https://access.redhat.com/solutions/2316>

- - -