mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-24 12:18:03 -08:00
2 lines
78 B
Bash
2 lines
78 B
Bash
sudo lsof -i -P | grep LISTEN # List all processes running on a specific port
|