美文网首页
Rsync、sersync、nfs常见错误

Rsync、sersync、nfs常见错误

作者: Jzyue | 来源:发表于2019-05-29 21:21 被阅读0次

1、创建软连接时报错

[root@nfs01 ~]#  ln -s /application/sersync/bin/sersync /sbin/
ln: failed to create symbolic link ‘/sbin/sersync’: File exists

[root@nfs01 ~]# ll /sbin/sersync
lrwxrwxrwx 1 root root 57 May 25 14:37 /sbin/sersync -> /application/sersync_installdir_64bit/sersync/bin/sersync

相关文章

网友评论

      本文标题:Rsync、sersync、nfs常见错误

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