相关考题
-
单项选择题
应用ll命令会显示:-rw-r--r--那么此文件属性是()
A.符号链接文件
B.目录普通文件
C.普通文件
D.可执行文件 -
单项选择题
将文件“test1”的属主更改根用户root的命令是()
A.chown root test1
B.chgrp test1 root
C.chmod root test1
D.usermod root test1 -
单项选择题
将file文件的所有者“权限增加读和执行”的操作为()
A.chmod u+rx file
B.chmod g+rx file
C.chmod a=ax file
D.chmod g=rx file