Hacker News new | ask | show | jobs
by reptation 3224 days ago
This is only true for some filesystems. ext4 notably doesn't acknowledge -i attribute
1 comments

Not true. Immutable works just fine on ext4.

https://pastebin.com/beuimxR8

Indeed. The list of all supported attributes is in the manual page:

http://man7.org/linux/man-pages/man5/ext4.5.html#FILE_ATTRIB...

Ah, you're right, I mis-remembered: """ The `c', 's', and `u' attributes are not honored by the ext2, ext3, and ext4 filesystems as implemented in the current mainline Linux kernels. """