haihai187

例:假如我有一个文件index.jsp在/home/web文件夹下,我想要把它移动到/home/tomcat/webapps文件夹中。

1、cd至目标文件目录

cd /home/web

2、移动

sudo mv index.jsp /home/tomcat/webapps

3、提示输入密码,输入密码即可。

4、没有报错,移动成功。

转自:https://blog.csdn.net/liyuxing6639801/article/details/65637784

 

分类:

技术点:

相关文章:

  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-01-31
  • 2021-05-22
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2021-12-24
  • 2021-12-24
  • 2021-09-22
相关资源
相似解决方案