Sto cercando di proteggere il mio authorized_keys
file per impedirne la modifica. Corro questo:
[root@localhost]# chattr +i authorized_keys
chattr: Inappropriate ioctl for device while reading flags on authorized_keys
Penso che potrebbe essere dovuto al filesystem:
[root@localhost]# stat -f -c %T /home/user/
nfs
c'è un modo per modificarlo con chattr?