Views:
50,540β
Votes: 4β
Tag :
netstat
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1217526
Title:
What does the -tulpn option mean for netstat?
ID:
/2020/03/16/What-does-the-tulpn-option-mean-for-netstat_
Created:
March 16, 2020
Edited: March 16, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
In addition to man netstat
you can type info netstat
to get a shorter summary and longer explanation:
NETSTAT(8) Linux Programmer's Manual NETSTAT(8)
NAME
netstat - Print network connections, routing tables, interface statistics, masβ
querade connections, and multicast memberships
SYNOPSIS
netstat [address_family_options] [--tcp|-t] [--udp|-u] [--raw|-w] [--listening|-l]
[--all|-a] [--numeric|-n] [--numeric-hosts] [--numeric-ports] [--numeric-users]
[--symbolic|-N] [--extend|-e[--extend|-e]] [--timers|-o] [--program|-p] [--verβ
bose|-v] [--continuous|-c]
For -t -u -l -p -n
above you see --tcp
, --udp
, --listen
, --program
and --numeric
without having to scroll.
Scrolling down you can see verbose explanations.