Web Development Knowledge Base
| |
Sections :
RSS Feed You too, please publish your useful code snippets in any programming language : write an article ! Plateforme d'envoi de gros fichiers en ligne Dépannage site web Blog infogérance Hébergement e-mail |
Olivier Ligny - - 12/03/2008 - vue 5319 fois
How to list listening ports on LinuxHere is a command to see the listening ports on a Linux server : Apache, Bind, MySQL, and so on ... echo "Open Ports:" ; netstat -anp | grep LISTEN | grep tcp | awk '{print $4, "t", $7}' | more Useful to see if a server is active, or to detect backdoors. |
Nos partenaires : iPhone 8 Cases & Protection |