在Linux环境下,将当前目录下的文件file的所属组改为student的命令是( )
A: chown student file
B: chmod
student file
C: chown
.student file
D: chgrp
student file
E: chgrp
.student file
A: chown student file
B: chmod
student file
C: chown
.student file
D: chgrp
student file
E: chgrp
.student file
举一反三
- 92.将文件file的创建者改为user的命令是 A: chmod user file B: chgrp user file C: chowm user file D: chown file user
- 在/home/student/zhangsan子目录下有一文件file,使用命令将file文件中的内容输出到当前工作目录下的file.copy文件中。
- 将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
- 91.如何将文件file的权限设置为rw-r--r-- A: chmod 644 file B: chmod 644 C: chmod file 644 D: chown 644
- centos 为实现文件file只读,且无法删除,可利用__________命令修改文件的隐藏属性来实现 A: chmod 400 file B: chattr +i file C: chattr +a file D: chown +i file