首页 > 试题广场 >

将当前目录下的文件 shell.sh 移动到目录home

[单选题]

将当前目录下的文件 shell.sh 移动到目录/home/linux 下的命令为(    )。

  • mkdir shell.sh  /home/linux
  • mp shell.sh  /home/linux
  • cp  shell.sh  /home/linux
  • mv  shell.sh  /home/linux
  • lls  shell.sh  /home/linux/shell.sh
  • mv /root/shell.sh  /home/linux/shell.sh
mv shell.sh /home/linux
mv ./shell.sh /home/linux
发表于 2019-11-19 15:48:43 回复(0)