linux安装 rsync 客户端和相关权限认证
Posted fanweisheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装 rsync 客户端和相关权限认证相关的知识,希望对你有一定的参考价值。
[root@rsync-client-inotify /]# yum install rsync -y
[root@rsync-client-inotify /]# echo "redhat">/etc/rsync.password
[root@rsync-client-inotify /]# chmod 600 /etc/rsync.password
[root@rsync-client-inotify /]# cat /etc/rsync.password
Redhat
[root@rsync-client-inotify /]# ll /etc/rsync.password
-rw-------. 1 root root 20 Jun 4 04:27 /etc/rsync.password
以上是关于linux安装 rsync 客户端和相关权限认证的主要内容,如果未能解决你的问题,请参考以下文章