Unix command to find service running in a port

Use the following command to find the services running in a given port# in linux.

netstat -an | grep "<port#>"

Search