mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
248 B
Markdown
12 lines
248 B
Markdown
# ipconfig
|
|
|
|
> 查看和编辑网卡信息.
|
|
> 更多信息:<https://keith.github.io/xcode-man-pages/ipconfig.8.html>.
|
|
|
|
- 列出所有的网卡:
|
|
|
|
`ipconfig getiflist`
|
|
|
|
- 获取特定网卡的地址信息:
|
|
|
|
`ipconfig getifaddr {{接口名称}}`
|