1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/ipconfig.md
hellojukay 72a3a4460e
ipconfig: add page and Chinese translation (#10266)
* add ipconfig

* add chinese page

* fix spell style

* fix style

* fix style

* fix style
2023-05-26 09:43:56 +08:00

12 lines
227 B
Markdown

# ipconfig
> 查看和编辑网卡信息.
> 更多信息:<https://ss64.com/osx/ipconfig.html>.
- 列出所有的网卡:
`ipconfig getiflist`
- 获取特定网卡的地址信息:
`ipconfig getifaddr {{接口名称}}`