Quote:
Originally posted by ashley75
how do you turn on the service?????
using:
$chkconfig vsftpd on
I can't connect.
Any advises???
|
Before starting any service, always check it's config. vsftpd can run in standalone mode or by using inetd/xinetd, check your config to make sure its configured how you'd like, then try to start it up.
And to start it would be:
/sbin/service vsftpd start
The command you ran would tell it to start at bootup.