将当前目录下的abc文件复制到当前目录下,更改名称为bbb
A. cp ./abc ./bbb
B. cp abc /bbb
C. cp /abc /bbb
D. cp /abc ./bbb
查看答案
用户编写了一个文本文件a.txt,想将该文件名称改为txt.a,下列命令()可以实 现。
A. cd a.txt xt.a
B. echo a.txt >txt.a
C. rm a.txt txt
D. mv a.txt txt.a
复制文件profile到一个新文件profile.bak,作为备份。
A. cp profile profile.bak
B. cp profiel.bak profile
C. mv profiel.bak profile
D. mv profile profile.bak
如果/home/tmp目录下有3个文件,那么要删除这个目录,应该使用命令()。
A. cd /home/tmp
B. rm /home/tmp
C. rmdir /home/tmp
D. rm -r /home/tmp
首先进入/test目录中,然后建一个普通文件abc,最后查看其默认的权限的所有命令()?
A. cd /test
B. touch abc
C. ls -l
D. lp