netstat means network statics. It is a command line tool that displays network connections, masquerade connections, multicast memberships,  routing tables and interface statistics. It can also be used for troubleshooting, configuration and monitoring the network.

Check netstat command is installed or not.

netstat command line tool may not be preinstalled on Linux computer. You need to check netstat is already installed or not. Just type netstat in terminal and hit Enter to check netstat is already installed or not. If it is not installed you will get output like "command 'netstat' not found, but can be installed with: sudo apt install net-tools".

netstat

netstat-command-in-linux
Installing netstat command

To install netstat command use sudo apt install net-tools in terminal.

sudo apt install net-tools

netstat install net tools-command-in-linux
Using netstat command

netstat

netstat command-in-linux

netstat --help

netstat - help-command-in-linux

netstat --version

netstat - version-command-in-linux

netstat -r

netstat-r-command-in-linux

netstat -i

netstat-i-command-in-linux

netstat -g

netstat-g-command-in-linux

netstat -s

netstat-s-command-in-linux

netstat -v

netstat-v-command-in-linux

netstat -W

netstat-W-command-in-linux

netstat -n

netstat-n-command-in-linux

netstat -N

netstat - N-command-in-linux

netstat -e

netstat-e-command-in-linux

netstat -p

netstat-p-command-in-linux

netstat -o

netstat-o-command-in-linux

netstat -c

netstat-c-command-in-linux

netstat -l

netstat-l-command-in-linux

netstat -a

netstat-a-command-in-linux

netstat -F

netstat-F-command-in-linux

netstat -C

netstat - C-command-in-linux

netstat -Z

netstat-Z-command-in-linux

A
adduser | addgroup | alias | anacron | apt | aptitude | arp | at | atq | atrm | awk
B
basename | banner | batch | bc | bg | bzip
C
cat | cal | cd | chgrp | chown | cksum | chmod | clear | cmp | comm | cp
D
date | dd | df | diff | dir | dmidecode | du
E
echo | eject | env | exit | expr
F
factor | find | free
G
grep | groups | gunzip | gzip
H
head | history | hostname | hostnamectl | htop | hwclock | hwinfo
I
id | ifconfig | ionice | iostat | ip | iptables | iw | iwlist
J
K
kill | kmod
L
last | less | ln | locate | login | lp | ls | lshw | lscpu | lsof | lsusb
M
man | mdsum | mkdir | more| mv
N
nano | nc | neofetch | netcat | netstat | nice | nmap | nproc
O
openssl
P
passwd | pidof | ping | pr | ps | pwd | pstree
Q
R
rdiff-backup | reboot | rename | rm | rmdir | rnmod
S
scp | shred | shutdown | sleep | sort | split | ssh | stat | su | sudo | sum
T
tac | tail | talk | tar | tee | time | tree | top | touch | tr
U
unalias | uname | uniq | unzip | uptime | users
V
vim | vi
W
w | wall | watch | wc | wget | whatis | whereis | which | who | whoami
X
xargs
Y
yes | youtube-dl
Z
zcmp | zdiff | zip | zz
Sharing is Caring
Scroll to Top