[luau] FTP login info

andersons001 at hawaii.rr.com andersons001 at hawaii.rr.com
Sat Apr 6 21:59:44 PST 2002


May as well check xinetd:

Change your current directory into /etc/xinetd.d and do an ls. This is a list
of all the services xinetd is listening for. You have two options: the easy/more
permanent route, or the harder/more better route. 
If you chose the easier way, you simply delete the files in the folder that
correspond to services you don't want offered.  Just rm -f to your heart's content
(you may want to leave ssh if that is your methods of remote access). 

You can edit the files corresponding to the services you want to disable, and
add a "disable = yes" line somewhere applicable (between the curly braces configuring
the service). 

You will need to stop and start xinetd. This is most likely done by /etc/rc.d/init.d/xinetd
stop followed by  /etc/rc.d/init.d/xinetd start. 

Steve Anderson



More information about the LUAU mailing list