linux:netstat
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:netstat [2013/12/03 23:42] – created percy | linux:netstat [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Find the process used the specific port | Find the process used the specific port | ||
| netstat -anp|grep 8080 | netstat -anp|grep 8080 | ||
| + | | ||
| + | <code bash> | ||
| + | root@pjq:~# netstat -anpl|grep 8080 | ||
| + | tcp 0 0 127.0.0.1: | ||
| + | tcp6 | ||
| + | root@pjq:~# kill 26062 | ||
| + | </ | ||
| + | |||
| | | ||
| http:// | http:// | ||
/var/www/dokuwiki/wiki/data/attic/linux/netstat.1386085330.txt.gz · Last modified: 2016/05/05 13:06 (external edit)
