diff --git a/README.md b/README.md index 28d2642..ff99a79 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [DNS](#dns) - [Hostname](#hostname) - [Networking Tools](#networking-tools) + - [TCP/IP](#tcp-ip) - [Wi-Fi](#wi-fi) - [Package Managers](#package-managers) - [Printing](#printing) @@ -389,6 +390,14 @@ ping -o github.com traceroute github.com ``` +### TCP/IP + +#### Show Application Using a Certain Port +This outputs all applications currently using port 80. +```bash +sudo lsof -i :80 +``` + ### Wi-Fi #### Scan Available Access Points