Skip to content

UsefulCommands

Bill Quith edited this page Dec 17, 2021 · 1 revision

Useful BASH Commands

TCP

Check if something bound to a port.

netstat -ln | grep PORT

Show all of the process bound to ports by name:

sudo netstat -tulpn

Clone this wiki locally