唯讀文件,無法更改權限

唯讀文件,無法更改權限

有一個檔案有read only權限,但是root連不上chmod

文件的權限:-rw-r--r--

嘗試後chmod 777

chmod: changing permissions of ‘motd’: Operation not permitted

我是從帳戶上做的root。怎麼可能鎖定這樣的檔案?

答案1

驗證文件的所有權

ls -l 

更改文件的所有權

chown root motd

相關內容