1. 程式人生 > >解決問題:chmod: changing permissions of ‘...': Read-only file system

解決問題:chmod: changing permissions of ‘...': Read-only file system

我在Linux系統裡想要改變系統許可權時出現了報錯:

chmod: changing permissions of 'transmission-daemon/': Read-only file system

我當時已經是root許可權

解決方法:

1.系統檔案

如果是系統檔案出現這個問題,重新掛載根目錄即可:

mount -rw -o remount /

2.行動硬碟或者U盤

mount -o remount,rw /dev/sda? #換成自己的