Positive SSL
1 212. Linux 系統中,若是 test.sh 檔案屬性為「-rwxr-xr--」,要將檔案屬性改為「-r-xr-xr-x」,下列哪個指令可以完成?
A chmod u=rx test.sh
B chmod755 test.sh
C chmod 555 test.sh
D chmod o-x test.sh