netstat - Linux

Bennie avatar
By Bennie
at 2013-03-08T07:39

Table of Contents

參考這個網頁
http://www.thegeekstuff.com/2010/03/netstat-command-examples/

想查找所有使用port 80的 process
$ netstat -an | grep ':80'
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 1 0 10.100.21.52:49756 91.189.89.144:80 CLOSE_WAIT

但是如果我用
$ netstat -a | grep ':80'
卻沒有任何回傳

但是按照網頁敘述
-a 和 -an的區別是
When you don’t want the name of the host, port or user to be displayed, use
netstat -n option.

照理來說 -a應該也會有回傳值才對
甚至應該回傳更多資訊(host / port / user)
請問為什麼我沒得到任何回傳值呢?

thx

--
Tags: Linux

All Comments

Dora avatar
By Dora
at 2013-03-09T08:08
-a的話 :80是顯示:www -an才會顯示 :80
我系統的是這樣顯示
Charlotte avatar
By Charlotte
at 2013-03-12T04:23
因為沒有-n的話,:80會參照/etc/services被換成:http
當然grep不到:80
Adele avatar
By Adele
at 2013-03-12T14:18
謝謝

如何在Build Android driver?

Zora avatar
By Zora
at 2013-03-08T00:10
我使用的是Android x86 eeePC版本. 想把幾個在Ubuntu的driver上到Android. 請問流程要怎麼做? 或是有那幾個網頁/書有講這完整的流程? 感謝~ - ...

ubuntu 桌面將轉用Qt/QML

Sandy avatar
By Sandy
at 2013-03-07T11:34
※ 引述《kira925 (1 2 3 4 疾風炭)》之銘言: : 更多延伸閱讀: : https://wiki.ubuntu.com/MirSpec Mir的計畫 : https://plus.google.com/100409717163242445476/posts/jDq6BAgdpkG : Way ...

openSUSE Desktop Introduction: KDE Plasma Desktop Basics

Linda avatar
By Linda
at 2013-03-07T10:15
http://blip.tv/openSUSEtv/opensuse-desktop-introduction-kde-plasma-desktop-basics-6545710 這教學影片真的是超棒的 學到了不少 KDE 的操作技巧 對我這種宅宅來說 一直都是 console + browser 就能滿足 ...

判斷 git feature branch codebase 工具

Lily avatar
By Lily
at 2013-03-07T00:38
在 git 的 feature branch model (#1) 中, 尋找最適合的 commit 作為某 feature branch 的 codebase 是一件麻煩而瑣碎的事, 分享一支用來幫忙判斷最佳 codebase 的小工具。 https://github.com/changyuheng/gi ...

Parted Magic Linux Putty ssh 連 ptt

Necoo avatar
By Necoo
at 2013-03-06T23:45
【筆記】Parted Magic Linux 使用 Putty ssh 連 ptt 看中文不亂碼 Parted Magic Linux 測試版已新增 Putty 套件,可使用ssh 連線。 【參考連結】 http://www.ptt.cc/bbs/Linux/M.1329741238.A.000.html ...