单项选择题
Linux终端执行temp=world;echo hello $temp 上述命令执行的结果为()。
A.. helloworld
B. hello$temp
C. hello world
D. hello
点击查看答案
相关考题
-
单项选择题
文件exer1的访问权限为744,现要取消文件所有者的执行权限,同时增加同组用的写权限,下列命令中正确的是()。
A. chmod u+x g+w exer1
B. chmod 646 exer1
C. chmod a-x g+w exer1
D. chmod g+w exer1 -
单项选择题
刷新文件时间戳可以使用的命令为()。
A.chmod
B.more
C.ls
D.touch -
单项选择题
在给定文件中查找与设定条件相符字符串的命令为()。
A.grep
B.gzip
C.find
D.sort
