Skip to content
Home » How to list all process using port number

How to list all process using port number

Let’s start the discussion about How to list all process using port number in following methods.

To list all the process using a port number run the below command by modifying the port number. In below example we used port number 5000.

sudo lsof -n -i :5000 | grep LISTEN

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to remove phpmyadmin from ubuntu