相关考题
-
单项选择题
将文件“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 -
单项选择题
rwx的权限的数字是()
A.7
B.4
C.2
D.1