1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/osx/ipconfig.md

13 lines
296 B
Markdown
Raw Normal View History

# ipconfig
> IP 구성 상태를 보고 제어합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/ipconfig.8.html>.
- 모든 네트워크 인터페이스 나열:
`ipconfig getiflist`
- 인터페이스의 IP 주소 표시:
`ipconfig getifaddr {{인터페이스_이름}}`