1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00
tldr/pages/osx/ipconfig.md

269 B

ipconfig

View and control IP configuration state. More information: https://keith.github.io/xcode-man-pages/ipconfig.8.html.

  • List all network interfaces:

ipconfig getiflist

  • Show the IP address of an interface:

ipconfig getifaddr {{interface_name}}