mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 16:42:35 +00:00
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|