Difference between revisions of "Networking commands"

From Linuxintro
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 ...)
 
(No difference)

Latest revision as of 07:56, 4 September 2010

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