题目内容

删除test子目录下的所有文件( )

A.
B. rm -rf test
C. B.
D. rmdir test
E. C.
F. rmdir -r test
G. D.
H. mkdir -r test

查看答案
更多问题

用less命令分屏查看文件profile的内容。

A.
B. less profile
C. B.
D. profile less
E. C.
F. more profile
G. D.
H. profile more

下面哪个命令用来启动X Window ( )

A. runx
B. Startx
C. startx
D. xwin

如何快速切换到用户John的主目录下?()

A. cd @John
B. cd
C. John
D. cd &John
E. cd ~linuxprobe

用户编写了一个文本文件a.txt,想将该文件名称改为txt.a,下列命令()可以实现。

A. cd a.txt xt.a
B. echo a.txt > txt.a
C. mv a.txt txt.a
D. cat a.txt > txt.a

答案查题题库