两个主机之间copy数据经常用到命令

1、copy文件命令

scp /home/test/1.mp3 root@192.168.1.20:/home/test/music 

 2、copy文件目录命令

scp -r /home/test/  root@192.168.1.20:/home/test/music 

相关文章:

  • 2021-10-26
  • 2021-09-01
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2021-06-18
相关资源
相似解决方案