Hello anyone know the command to start the vsftp deamon from the command line. I normally do this via a web link which is now not available and would like to know the linux command.
However, I think that RedHat configures the vsftpd service to run behind xinetd, which means that you'd want to try the command above, if it doesn't work enter:
"lsof -Pni| grep -i :21"
You're looking to see if anything is running on TCP port 21. You may find that the inetd/xinetd service is already listening on the port.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.