Search code examples
processport

Find process that are listening to a port without sudo privileges


How to find the process ID's of the processes that are listening to a particular port , when you don't have the sudo privilieges ?


Solution

  • You can find your own processes with:

    lsof -i :port#