11 ms·
This is only true for some filesystems. ext4 notably doesn't acknowledge -i attribute
by reptation 9y ago
This is only true for some filesystems. ext4 notably doesn't acknowledge -i attribute
- teilo 9y agoNot true. Immutable works just fine on ext4. https://pastebin.com/beuimxR8 https://pastebin.com/beuimxR8
- jwilk 9y agoIndeed. The list of all supported attributes is in the manual page: http://man7.org/linux/man-pages/man5/ext4.5.html#FILE_ATTRIBUTES http://man7.org/linux/man-pages/man5/ext4.5.html#FILE_ATTRIB...
- reptation 9y agoAh, 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. """