標籤
ASP .NET
Cloud Computing
Others
Perl
Ubuntu
Unix Command
Visual Studio
my memo
2010年2月21日 星期日
kill a process on a specific port
For example, to kill a process on port 9999, first using
"lsof -w -n -i tcp::9999"
or
"fuser -n tcp 9999"
to inspect the process on the port. Then using "kill -9 pid" to eliminate it.
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
網誌存檔
►
2011
(1)
►
2月
(1)
▼
2010
(4)
►
9月
(1)
►
6月
(2)
▼
2月
(1)
kill a process on a specific port
►
2008
(10)
►
6月
(2)
►
5月
(2)
►
4月
(4)
►
3月
(2)