Networking commands

From Linuxintro

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