需要将/root/test1.txt文件复制到/mnt中并重命名为test2.txt ,下面正确的命令是()
A: mv /root/test1.txt /mnt/test2.txt
B: touch /root/test1.txt /mnt/test2.txt
C: cp /root/test1.txt /mnt/test2.txt
D: cat /root/test1.txt /mnt/test2.txt
A: mv /root/test1.txt /mnt/test2.txt
B: touch /root/test1.txt /mnt/test2.txt
C: cp /root/test1.txt /mnt/test2.txt
D: cat /root/test1.txt /mnt/test2.txt
举一反三
- 需要将/root/test1.txt文件复制到/mnt中并重命名为test2.txt ,下面正确的命令是()
- [root@localhost ~]# touch test1.txt test2.txt test3.txt #建立三个测试文件使用mv命令移动文件,加入()选项,可以看到有哪些文件进行了移动[root@localhost ~]# mv () *.txt /tmp "test1.txt" -> "/tmp/test1.txt" "test2.txt" -> "/tmp/test2.txt" "test3.txt" -> "/tmp/test3.txt"
- 将当前目录下的test文件夹复制到/root目录下,并改名为dir() A: cp test /root/di B: cp -r test /root C: cp -p test /root/di D: cp -r test /root/di
- 需要设置某个文件test属于root用户,abc组,如下命令那个正确? A: chmod u+x test B: chown abc:root test C: chmod root:abc test D: chmod test:root abc
- 需要设置某个文件test属于root用户,abc组,如下命令那个正确? A: chmod u+x test B: chown abc:root test C: chmod root:abc test D: chmod test:root abc