Hello
I need to close some ports on a box Solaris 8, which command I need to use.
Thanks for your replies
Hello
I need to close some ports on a box Solaris 8, which command I need to use.
Thanks for your replies
Which ports are you trying to close? Many are in /etc/inetd.conf. Just comment out the ones that aren't already commented out that you don't need and restart inetd. Others (like sendmail) are running on their own. Check /etc/init.d for the script and run it with a stop parameter. Don't forget to delete the rc2.d startup script if you don't want to run it any more.
Carl
Thanks for the reply BOFH