On Sun Apr 09 2000 at 13:49, Viri- wrote:
> Hey I'm just trying to shut down a few services that I don't want
> running on my system. I edited /etc/inetd.conf and got rid of most but
> my HTTP smtp sunrpc (?) and 6000 (X11) are still open. I'd like to
> make my system as secure as possible so I'd like to close these. But
> where are they and how can I do that without reinstalling or something
> that dramatic.
for i in linuxconf httpd smptd portmap nfs ; do
/etc/rc.d/init.d/$i stop
chkconfig --level 2345 $i off
done
Cheers
Tony
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null