将文件test1.txt更名为test2.txt以下命令正确的是
A. cd test1.txt
B. echo test2.txt > test1.txt
C. rm test1.txt test2.txt
D. mv test1.txt test2.txt
查看答案
vim编辑器的模式分别是()
A. 命令模式编写模式空模式
B. 命令模式插入模式末行模式
C. 编写模式命令模式编辑模式
D. 以上都不正确
Linux中修改文件权限的命令是()
A. chown
B. chmod
C. change
D. Chgrp
用ls -al 命令列出下面的文件列表,哪个文件是符号链接文件()
A. -rw-r--r--. 1 root root 176 12月 29 2013 .bashrc
B. -rw-r--r--. 1 root root 100 12月 29 2013 .cshrc
C. lrwxr-xr-x. 2 root root 19 12月 14 20:57 exam44
D. drwxr-xr-x. 2 root root 19 12月 14 20:57 exam1
在当前目录创建一个新的空文件newfile,命令是()
A. mkdir newfile
B. touch newfile
C. rmdir newfile
D. rm newfile