NETSTAT COMMANDS



netstat -a  – All Ports That Are In Use

netstat -u  – UDP Connections And Ports
netstat -t  – TCP Connections And Ports

netstat -au   All UDP
netstat -at   All TCP

netstat -l  –  All Ports Listening State
netstat -lt -  Listening  TCP
netstat -lu -  Listening  UDP

netstat -a | grep udp or ntp or http

netstat -lx Listening Unix Port

netstat -s Statistics (-st stat tcp -su stat UDP)

netstat -tp Tell PID

netstat -r Kernal Routing Table

netstat -i Kernal Interface Table
netstat -g IPv6/IPv4 Group Memberships

netstat -ap All Listening Programs

No comments:

Post a Comment

Popular Posts