mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
a4be499f61
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1292 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
586 B
XML
20 lines
586 B
XML
<sect2>
|
|
<title>Installation of <application>rsync</application></title>
|
|
|
|
<para>For security reasons, running <application>rsync</application> server as
|
|
an unprivileged user and group is encouraged.</para>
|
|
|
|
<screen><userinput><command>groupadd rsyncd &&
|
|
useradd -c rsyncd -d /home/rsync -g rsyncd -s /bin/false rsyncd</command>
|
|
</userinput></screen>
|
|
|
|
<para>Install <application>rsync</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install </command></userinput></screen>
|
|
|
|
</sect2>
|
|
|