题目内容

如何使用一行命令,在当前位置下创建文本文件 file1和file2.

A. touch /root/file1 /root/file2
B. touch file1 file2
C. mkdir file1 file2
D. mkdir /root/file1 /root/file2

查看答案
更多问题

将/tmp/dis文件夹复制到/home下()

A. cp -a /tmp/dis /home
B. cp -p /tmp/dis /home
C. cp -f /tmp/dis /home
D. cp -r /tmp/dis /home

用户编写了一个文本文件a.txt,想将该文件里的内容输出到txt.a,下列命令( )可以实现

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

在cp 命令选项中,哪个选项是复制目录,实现将源目录下的文件和子母录一起复制到目标目录中?

A. -f
B. -r
C. -v
D. -a

查看文件前20行内容()

A. more -20
B. less -20
C. head -20
D. tail -20

答案查题题库