GNU/Linux >> Tutoriels Linux >  >> Linux

comment utiliser netstat sur un port spécifique sous Linux

Vous pouvez utiliser

netstat -pnlt | grep ':portno'

une autre option, vous pouvez utiliser l'outil nmap pour vérifier les ports ouverts sur le serveur

nmap -sT -O localhost

Sortie

Starting nmap 3.55 ( http://www.insecure.org/nmap/ ) at 2004-09-24 13:49 EDT
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1653 ports scanned but not shown below are in state: closed)
PORT      STATE SERVICE
22/tcp    open  ssh 
25/tcp    open  smtp
111/tcp   open  rpcbind
Device type: general purpose

Exemple Netstat :

[[email protected] ~]# netstat -pnlt | grep ':80'
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name 
tcp        0      0 :::80                       :::*                        LISTEN      1164/httpd          

utilisez netstat -anp | grep portNumber


Je pense netstat -nat | grep port | grep LISTEN devrait faire l'affaire.


Linux
  1. Comment utiliser BusyBox sous Linux

  2. Comment j'utilise cron sous Linux

  3. Comment utiliser FIND sous Linux

  4. Comment utiliser Décompresser sous Linux

  5. Comment utiliser la commande Su sous Linux

Comment vérifier les ports d'écoute sous Linux (ports utilisés)

Comment utiliser du Command sous Linux

Comment faire une analyse de port sous Linux

Comment utiliser Netcat pour analyser les ports ouverts sous Linux

Comment utiliser la commande netstat sous Linux

Comment et pourquoi utiliser Linux pour installer Telnet