05-05-2005
2,848,
14
Join Date: Feb 2005
Last Activity: 10 August 2018, 5:24 AM EDT
Location: Sydney, Down Under
Posts: 2,848
Thanks Given: 0
Thanked 14 Times in 14 Posts
If you do a whereis service, the reply comes
service: /sbin/service
Now you can go about the service command 2 ways:
1. At the prompt you can give
/sbin/service httpd start
for starting the httpd service.
else
2. /sbin should be present in your PATH. Add that to your .bashrc and next time you login , you can just say service httpd start.
Try your vsftpd command using either of the above.
Vino