#linux
-
1 min read ·
How to find the PID of a process using a specific port
To find out what processes are using a specific port, use lsof. lsof -i :PORT
1 min read ·
To find out what processes are using a specific port, use lsof. lsof -i :PORT