mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-08 14:21:05 +00: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
|