Her er et par gode parametre til netstat, hvis du ønsker at se hvad der forbinder til din computer f.eks. hvis du har mistanke om at nogle er ved at hacke den.
Display Active Internet Connections and domain sockets using netstat
# netstat –an
Display Active Connections with Process ID and Program Name
# netstat -tap
Display Routing Table
# netstat –-route
Display RAW network statistics
# netstat --statistics --raw
Display process ID
# netstat -p
Seneste kommentarer