• 2022-06-07
    文件test1.txt的访问权限为rw - r - - r - -,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是( )。
    A: chmod a + x,g + w test1.txt
    B: chmod 765 test1.txt
    C: chmod o + x test1.txt
    D: chmod g + w test1.txt