单项选择题
在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。
A、chmod a+rx test
B、chmod a+wx test
C、chmod o+rx test
D、chmod u+rx test
点击查看答案
相关考题
-
多项选择题
为了能够使用ls程序列出目录的内容,并能够使用cd进入该目录,操作者需要有对该目录的访问权限是()。
A、读
B、写
C、执行
D、遍历
E、递归 -
单项选择题
在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。
A、find /home -name test*
B、find -name test* /home
C、find test* /home
D、find -n test* /home -
单项选择题
在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。
A、find /tmp -f -perm 644
B、find -type f -perm 644 /tmp
C、find -type f -perm 644
D、find /tmp -type f -perm 644
