LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   disable vsftpd (or any) service on start up (https://www.linuxquestions.org/questions/linux-software-2/disable-vsftpd-or-any-service-on-start-up-605000/)

krazyglue 12-06-2007 01:39 PM

disable vsftpd (or any) service on start up
 
How would a person disable a service on start up on a Red Hat box? Specifically, the vsftpd service on a RHE box. Thanks!

ilikejam 12-06-2007 02:13 PM

Hi.

Code:

chkconfig vsftpd off
to disable it at boot.
Code:

service vsftpd stop
to stop it if it's currently running

Dave

krazyglue 12-06-2007 02:15 PM

Thank you!


All times are GMT -5. The time now is 06:37 AM.