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