excelme2003@ubuntu-IBM:~$ sudo chmod +755 /etc/X11/Xsession.d/95xinput
chmod: 權限無效: ‘+755’
請嘗試執行‘chmod --help’來獲取更多資訊。
excelme2003@ubuntu-IBM:~$ chmod --help
用法:chmod [選項]... 模式[,模式]... 檔案...
或:chmod [選項]... 八進位模式 檔案...
或:chmod [選項]... --reference=參考檔 檔案...
更改每個<檔案>的權限。
-c, --changes 像 --verbose,但只有在更改屬性時才顯示結果
--no-preserve-root do not treat `/' specially (the default)
--preserve-root fail to operate recursively on `/'
-f, --silent, --quiet 去除大部份的錯誤訊息
-v, --verbose 處理每個檔案時都會顯示訊息
--reference=參考檔 使用<參考檔>的權限,而非自行指定<權限>
-R, --recursive 同時處理目錄之下的所有的檔案及子目錄
--help 顯示此求助說明並離開
--version 顯示版本資訊並離開
Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.
請向 <
bug-coreutils@gnu.org> 回報錯誤。