Subject: closing ports on RH7.2 2003-10-03 - By Michael Turner
Back >>2003 AD writes:
>> On my Red Hat box: >> >> How can i determine which ports are open? How can i close them.
>Pls. Try 'netstat' and 'fuser -n'. See the man pages >for switches.
>RGDS
You can try-
Prompt> netstat -an | grep -i listen
This will tell you all the ports that are listening(aka open). Most can be shutdown in the rc.d directory or the initd.d directory. There are some, the Sun RPC processes, that I forget how to shut them down but it is possible. I highly recommend shuting down anything you do not use as it is a portal which leave your computer exposed. Anyway, I hope this helps, if you need anything else, just ask.
Mike
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Frustrated with dial-up? Get high-speed for as low as $29.95/month (depending on the local service providers in your area). https://broadband.msn.com
|
|