< Computer Networks

Netstatis a command-line tool at least available in Linux and Windows that displays network statistics on most operating systems. These activities will show you how to use the netstat command.

Examples:

  • Linux: netstat -vatunp. See also: ss -t -a (included in iproute2 package)
  • MacOS: netstat -ap tcp | grep LISTEN


Readings

Lessons

Activities

See also

References

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.