要修改文件test的权限,使其文件所有者拥有读、写和执行权限,所属组和其他人拥有读和执行权限,下列命令正确的是( )。
A: chmod 755 test
B: chmod 644 test
C: chmod 575 test
D: chmod 557 test
A: chmod 755 test
B: chmod 644 test
C: chmod 575 test
D: chmod 557 test
举一反三
- 文件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
- ●在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
- 将file的文件属主设置为具有读、写、执行权限,将同组人和其他人设置读和执行权限,下面的命令正确的是( ) A: chmod<br/>755 file B: chmod<br/>a=rx,u+w file C: chmod<br/>u+rwx,g=rx,o=rx file D: chmod<br/>a+rwx,g-w,o-w test
- 使用文字法为test文件修改权限:比如 给同组用户分配执行权限[root@host root]# chmod g+x test那么,给所属主、同组和其他用户分配读、写和执行权限命令为: [root@host root] A:
- Linux系统中,指定文件file1为所有用户可读,可写,可执行,执行命令:___1__。修改file1的拥有者为test,拥有组为user,执行命令:___2__。 A: chmod 776,chown test:use B: chmod 777,chown user:test C: chmod 778,chown user:test D: chmod 777,chown test:use