Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Last active July 29, 2022 18:00
Show Gist options
  • Save rafaeltuelho/a8c8ded4a7701591774b to your computer and use it in GitHub Desktop.
Save rafaeltuelho/a8c8ded4a7701591774b to your computer and use it in GitHub Desktop.
Useful terminal commands on Mac (whch is different from LInux)

same as Linux netstat...

lsof -Pn -i4 | grep LISTEN

same as traceroute on LInux

netstat -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment