I have a file, which I wanted to protect from accidental deletion, so I've ran:
chattr +i filename
Now my question is, once I've changed a file attributes, where can I see the newly set attributes?
I have a file, which I wanted to protect from accidental deletion, so I've ran:
chattr +i filename
Now my question is, once I've changed a file attributes, where can I see the newly set attributes?
You want
See
man lsattr
.