Linux中scp报 not a regular file错误解决方案

[root@master ~]# scp ~/zookeeper [email protected]:/root/zookeeper

在linux输入以上内容,报以下错误
/root/zookeeper: not a regular file

解决方案:
使用     -r     递归地复制整个目录
所以在scp后加上-r
[root@master ~]# scp -r ~/zookeeper [email protected]:/root/zookeeper
然后就好了

完!

Linux中scp报 not a regular file错误解决方案最先出现在Python成神之路

版权声明:
作者:cc
链接:https://www.techfm.club/p/10129.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>