regarding ports

Hi ,

I need one help... Is there any command on solaris 10 to free the ports.

For e.g I used netstat -na| grep 8080

it displays either it is listening or established..

i want to free the ports...

Anyone please help me on this...

Thanks,
Shanmuga

if you want to free the ports, you have to shut down the application that is listening on the port.

Hi duke,

by usig netstat it is not possible to find out the application running on that ports..