#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