Jump to content

How to stop vsftpd from starting?


detz

Recommended Posts

I see where it is configured in /etc/inetd.conf

 

You need to add two lines to your "go" script

One will comment out the line for the ftp service in the inetd.conf file, the other will ask the inetd process to re-read the file

 

The two lines to be added to the "go" script are:

sed -i "s/^ftp/#ftp/" /etc/inetd.conf

killall -s HUP inetd

 

Joe L.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...