I'd check to see what's using the port before I closed it - you might shoot yourself in the foot otherwise and close something you really need running. That said, you can use lsof to find out what has the port open (i.e. lsof -i :<port number>). If you're running sol 9 or earlier and inetd has...