题目内容

将文a里命 b的命令是()

A. ren a b
B. rename a b
C. mv a b
D. in a b

查看答案
更多问题

假设你不知道 test.txt文件在什么目录下,你如何准确地找到这个文件?()

A. find -name test.ttxt
B. whereis test.txt
C. ls * test.txt
D. find / -type f -name test.txt

在 RHEL 6系统中,通过使用 Shell的()功能,可以将命令的执行结果保存到指定的文本中。

A. 别名
B. 管道
C. 重定向输出
D. 自动补齐

假设你不知道 test.txt文件在什么目录下,你如何准确地找到这个文件?()

A. find -name test.ttxt
B. whereis test.txt c. ls * test.txt
C. find / -type f -name test.txt

为匹配以001开头的行,可以使用()正则表达式。

A. ^001 в. $001
B. *001
C. \001

答案查题题库