View extended information about network connections using netstat?

Posted In Network - By Tum. On Monday, September 24th, 2007 With 0 Comments

เราสามารถใช้คำสั่ง netstat ดูรายละเอียดต่างๆของ network ได้โดยใช้คำสั่งข้างล่างนี้

[root@example ~]# netstat -tuanpeeoT

รายละเอียด option ต่างๆที่ใช้

* t – Show TCP
* u – Show UDP
* a – Show both listening and established (outgoing) connections
* n – Do not do Domain lookups, show numerical addresses only
* p – Show the process associated with the connection
* ee – Show lots of extended attributes about the connections
* o – Show information about timers
* T – Do not trim long addresses

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

*