Danial Khakbaz
February 13, 2024
1 min read
You can try netstat netstat -vanp tcp | grep 3000
netstat
netstat -vanp tcp | grep 3000
For macOS El Capitan and newer (or if your netstat doesn't support -p), use lsof lsof -i tcp:3000
-p
lsof
lsof -i tcp:3000
©2024 Danial Khakbaz. All Rights Reserved.
Available for new projects