This chapter is from the book
How to Get VSFTPD Started
You can start, stop, or restart VSFTPD after booting using these commands:
[root@bigboy tmp]# service vsftpd start [root@bigboy tmp]# service vsftpd stop [root@bigboy tmp]# service vsftpd restart
To configure VSFTPD to start at boot, use the chkconfig command:
[root@bigboy tmp]# chkconfig vsftpd on