Ihar Hancharenka b198a0c7db m
2024-06-27 20:22:15 +03:00

14 строки
279 B
Plaintext

ss - another util to investigate sockets
ss -nlp | grep 8080
-l listening ports
-t ??? tcp
-u ??? udp
-n more fine-tuned results
-p ???
sudo ss -tulpn | grep :6379
2018
https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html