mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 15:39:12 +08:00
21 lines
707 B
XML
21 lines
707 B
XML
|
<sect2>
|
||
|
<title>Installation of <application>ProFTPD</application></title>
|
||
|
|
||
|
<para>For security reasons, running <application>ProFTPD</application>
|
||
|
as an unpriviledged user and group is encouraged.</para>
|
||
|
|
||
|
<para><screen><userinput><command>groupadd proftpd &&
|
||
|
useradd -c proftd -d /home/ftp -g proftpd -s /bin/false proftpd</command>
|
||
|
</userinput></screen></para>
|
||
|
|
||
|
<para>Install ProFTPD by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput><command>install_user=proftpd install_group=proftpd \
|
||
|
./configure --prefix=/usr --sysconfdir=/etc \
|
||
|
--localstatedir=/var &&
|
||
|
make &&
|
||
|
make install </command></userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|