需要设置某个文件test属于root用户,abc组,如下命令那个正确?
A: chmod u+x test
B: chown abc:root test
C: chmod root:abc test
D: chmod 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
- 连接MySQL服务器的指令是?() A: mysqladmin -u root password test B: mysql -u root password test C: mysql -u root -p test D: mysql -u root -password 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
- 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
- 如何在vi的环境中将样例文件的root在当前行中都替换为test? A: :1,2s/root/test/g B: :s/root/test C: :s/root/test/g D: :s/root/test/g