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
A: chmod 776,chown test:use
B: chmod 777,chown user:test
C: chmod 778,chown user:test
D: chmod 777,chown test:use
举一反三
- 需要设置某个文件test属于root用户,abc组,如下命令那个正确? A: chmod u+x test B: chown abc:root test C: chmod root:abc test D: chmod test:root abc
- 需要设置某个文件test属于root用户,abc组,如下命令那个正确? A: chmod u+x test B: chown abc:root test C: chmod root:abc test D: chmod test:root abc
- 要修改文件test的权限,使其文件所有者拥有读、写和执行权限,所属组和其他人拥有读和执行权限,下列命令正确的是( )。 A: chmod 755 test B: chmod 644 test C: chmod 575 test D: chmod 557 test
- 92.将文件file的创建者改为user的命令是 A: chmod user file B: chgrp user file C: chowm user file D: chown file user
- ●在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