mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
248 B
Markdown
13 lines
248 B
Markdown
![]() |
# ipconfig
|
||
|
|
||
|
> View and control IP configuration state.
|
||
|
> More information: <https://ss64.com/osx/ipconfig.html>.
|
||
|
|
||
|
- List all network interfaces:
|
||
|
|
||
|
`ipconfig getiflist`
|
||
|
|
||
|
- Show the IP address of an interface:
|
||
|
|
||
|
`ipconfig getifaddr {{interface_name}}`
|