問題詳情

157. 在 Linux 系統中,如何將 testfile 檔案的屬性由『- r w - r - - r - -』改為『- r w x r w x r - -』?
(A)chmod 774 testfile
(B)chmod ug=rwx,o=r testfile
(C)chmod ug+x testfile
(D)chmod testfile ug=r w x,o=r。

參考答案

答案:A,B
難度:適中0.666667
統計:A(15),B(13),C(2),D(4),E(0)