鎖住特定的檔案 (immutable)
If it's set a file to immutable, you can change it by using chattr:
# chattr -i <filename>
Turn it back on with:
# chattr +i <filename>
- 發表回應前,請先登入
If it's set a file to immutable, you can change it by using chattr:
# chattr -i <filename>
Turn it back on with:
# chattr +i <filename>