問題詳情

167. 在 Linux 環境中,檔案 test.sh 的屬性為「-rwxr-xr--」,下列哪一個指
令無法將檔案屬性改為「-rwxrwxr-x」?
(A)chmod 775 test.sh
(B)chmod
g=rwx,o=rx test.sh
(C)chmod g+w,o+x test.sh
(D)chmod 755 test.sh 。

參考答案

答案:D

統計:A:0,B:0,C:0,D:0,E:0

難度:計算中