73.存放与用户直接相关的文件与目录的目录是( )。
A. /var
B. /tmp
C. /usr
D. /sbin
74.下面哪一个命令可以统计文本文件file1中的单词数( )。
A. wc file1
B. wc -w file1
C. wc -l file1
D. wc -c file1
75.下面哪个命令可以查找出当前目录下以d开头的文件中包含字符串“test”的行。
A. whereis ‘test’ d*
B. locate ‘test’ d*
C. find ‘test’ d*
D. grep ‘test’ d*
76.vi中,撤销上一步变动的命令是( )。
A. U
B. u
C. e
D. p