相关考题
-
单项选择题
在bash命令中,当用()参数时,表示bash是交互的。
A、-c
B、-i
C、-s
D、-d -
单项选择题
怎样新建一个新文件:()
A.touch hello.c
B.mk hello.c
C.rm hello.c
D.new hello.c -
单项选择题
要给文件file1加上其他人可执行属性的命令是()
A.chmod a+x
B.chown a+x
C.chmod o+x
D.chown o+x
