Append only files cannot be removed
Today I spent 4 hours in this shit, so I better write this down: append only files
(chattr +a
) cannot be rm
'ed, not even by root
. Four hours later and one
chattr -a
later, I got rid of it. Goddamit.
Today I spent 4 hours in this shit, so I better write this down: append only files
(chattr +a
) cannot be rm
'ed, not even by root
. Four hours later and one
chattr -a
later, I got rid of it. Goddamit.