دستور chattr یه دستور لینوکسی شبیه به attrib در داس هستش که قابلیت های بیشتری داره .
و حالا وقتی این دستور رو بنویسید . این فایل که همون لوگوی سی پنل هست رو غیر قابل تغییر می کنه .
# chattr +i test_file
... You can only do it logged in as root. Here the +i option sets the immutable bit for the file. Once this bit is set, even root can't delete or tamper with the file.
If you want to unset the immutable flag, just run the following command:
# chattr -i test_file
You can check what are the attributes of a file by using the following command: