在unix系统下执行chmod(“/usr/test/sample”,0753)之后该文件sample的访问权限为?
举一反三
- 文件test的访问权限为rw-r--r--,要增加所有用户的执行权限和同组用户的写权限,以下哪个命令正确? A: chmod 765 test B: chmod o+x test C: chmod g+w test D: chmod a+x,g+w test
- 要修改文件test的权限,使其文件所有者拥有读、写和执行权限,所属组和其他人拥有读和执行权限,下列命令正确的是( )。 A: chmod 755 test B: chmod 644 test C: chmod 575 test D: chmod 557 test
- ●在Linux中,可以使用命令()来给test文件赋予执行权限。 A: [root@root]#chmod -X test B: [root@root]#chmod +x test C: [root@root]#chmod -W test D: [root@root]#chmod +w test
- chmod 6775 /usr/bin/locate命令执行后,locate文件具有了哪两种特殊权限?( )
- 文件exer1的访问权限为744,现要取消文件所有者的执行权限,同时增加同组用的写权限,下列命令中正确的是()。 A: chmod u+x g+w exer1 B: chmod 646 exer1 C: chmod a-x g+w exer1 D: chmod g+w exer1