Advertisement
Guest User

Untitled

a guest
Jun 17th, 2010
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [root@cob]:~# netstat -naptu | grep LISTEN | grep 54
  2. tcp 0 0 0.0.0.0:54867 0.0.0.0:* LISTEN -
  3. [root@cob]:~# lsof -i :54867
  4. [root@cob]:~# lsof -i tcp:54867
  5. [root@cob]:~# lsof -i tcp:54867 -P -R
  6. [root@cob]:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement