finding port numbers

hither!
whatz the command to find which process is using a specific port number? for example, port 8082?

Hi,

which OS ????????????? On lInux use netstat -tulpen

Regards
malcom

If you want have more information as: Which program is running, and it use which Port! You can use a program "lsof".

Download at:

what about the /etc/services file??