3 Aug
2016
3 Aug
'16
8:21 p.m.
I have no knowledge about this domain, but perhaps they are immutable. [root@moonstudio tmp]# touch test [root@moonstudio tmp]# lsattr test -------------e-- test [root@moonstudio tmp]# chattr +i test [root@moonstudio tmp]# lsattr test ----i--------e-- test [root@moonstudio tmp]# rm -f test rm: cannot remove 'test': Operation not permitted [root@moonstudio tmp]# chattr -i test [root@moonstudio tmp]# rm -f test [root@moonstudio tmp]# ls test ls: cannot access 'test': No such file or directory *?* Assumed they should be immutable, then there might be a reason for this ;).