Linux系统中有多个可以查看文件的命令,可以在查看文件内容过程中上下移动光标来查看文件内容的命令是()。
A. cat
B. more
C. less
D. head
查看答案
在Linux系统中,为找到文件try_grep含有以a字母为行开头的内容, 可以使用命令( )。
A. grep -E
B. $ try_grep
C. grep -E $a try_grep
D. grep -E a$ try_grep
E. grep -E ^a try_grep
如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么可以使用的命令是()。
A. ls *.txt
B. find –name “.txt”
C. ls –d .txt
D. find . “.txt”
在/practice 目录中的执行ls命令结果如下:[root@rhel /practice]# lscore file1 file2 test1 test2 test.txt下面的查找命令执行后,哪个执行结果是正确?()
A.
B. find /practice -name file -print/practice/file1/practice/file2
C. B.
D. find /practice -name file1/practice/file1
E. C.
F. find /practice -name file/practice/file1/practice/file2
G. D.
H. find /practice -name file1file1
()命令可以查找命令quota的路径。
A. whatis quota
B. find quota
C. whereis quota
D. who quota