Created at: 2021-02-13 10:44:11Modified at: 2025-09-19 22:27:11 This unix Command will make a file non-writable.
Make non-Writable
chattr +i file
Make writable again
chattr -i file
See Status:
lsattr file
Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.