Short sheet for netstat flags

I’ve alphabetized a consolidated list of the most common flags I noticed being set for netstat options in introductory tutorials. While I noticed it being used, I couldn’t confirm what ‘c’ was being used for and I’m open to additional input or clarification on the rest of the compilation.

sudo netstat -tulpn

a all
c
e elaborate
i interface
l listening
n numbered
p process id
r routing
s statistics
t tcp
u udp
~?~ add mores

-c Shows the statistics of the Network Buffer Cache.

1 Like

Thanks, I saw your screen name in the chat room earlier but wasn’t sure how to pronounce it

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.