Best way to prevent accidental directory deletion

Is marking a dir with append attribute the best way to prevent an accidental directory deletion?

Does this look good?

Best regards,
Sakib

1 Like

The immutable bit set for a single file should work.

Will post the results.