Networking commands

From Linuxintro
Revision as of 07:56, 4 September 2010 by imported>ThorstenStaerk (New page: Network commands are listed below with their function * lsof : lsof -i lists open sockets on your computer * netcat : netcat allows you to send and receive a byte stream over the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Network commands are listed below with their function

  • lsof : lsof -i lists open sockets on your computer
  • netcat : netcat allows you to send and receive a byte stream over the network
  • netstat : netstat shows open connections on your computer
  • nmap : nmap scans computer ports if they are open


See also