Write downStart ProftpdTo share with you the following:
Start ProFTPD
Before starting, modify the startup script of the super server ProFTPD.
[Root @ sample certs] # vi/etc/xinetd. d/xproftpd restart edit ProFTPD Startup Script
Log_on_success + = duration userid login find this row and change "duration userid" to "host pid"
Bytes
Log_on_success + = host pid reset changes to this status, preventing waiting for 30 seconds during login
Log_on_failure + = USERID locate this row and change "USERID" to "HOST"
Bytes
Log_on_failure + = HOST login changes to this status, to prevent waiting for 30 seconds
Disable = yes then find this line and change yes to no
Bytes
Disable = no supervisor changed to this status, enabling ProFTPD to start through the super server
Then, indirectly start ProFTPD by restarting the super server.
[Root @ sample certs] # chkconfig xproftpd on startup
[Root @ sample certs] # chkconfig -- list xproftpd startup
If the xproftpd on login status is on, OK is displayed.
[Root @ sample certs] #/etc/rc. d/init. d/xinetd restart super server
Stopping xinetd: [OK]
Starting xinetd: [OK]
Through the detailed description in the article, I believe everyone knows how to start their own ProFTPD. I hope it will help you!
- Configure ProFTPD)
- Install ProFTPD)
- FTP server: Proftpd
- Install Proftpd in RedHat AS4.6
- XdSe_cX Team PROFTPD configuration document
- Create a table using Proftpd
- ProFTPD simple and practical Configuration Management Method
- What should I do for ProFTPD and MySQL authentication?