美文网首页
linux的scp(远程跨机拷贝)

linux的scp(远程跨机拷贝)

作者: 奋斗滴猩猩 | 来源:发表于2019-03-12 12:58 被阅读0次

    复制文本:
    scp local_file remote_username@remote_ip:remote_folder
    scp local_file remote_username@remote_ip:remote_file
    scp local_file remote_ip:remote_folder
    scp local_file remote_ip:remote_file
    remote_username---通过 whoami 获取获取
    remote_ip 通过 ifconfig获取
    参考:https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/scp.html

    相关文章

      网友评论

          本文标题:linux的scp(远程跨机拷贝)

          本文链接:https://www.haomeiwen.com/subject/hybgpqtx.html