• 2022-06-04
    设置文件/test.txt的访问权限,要求只有属主具有可读、可写和可执行权限,则下列()命令是正确的命令。
    A: chmod u=rwx /test.txt
    B: chmod  g=rwx /test.txt
    C: chmod  o=rwx /test.txt
    D: chmod  a=rwx /test.txt