if*, ignite, ilbmtoppm, im*: add Korean translation (#14667)

This commit is contained in:
HoJeong Im
2024-11-06 17:24:36 +09:00
committed by GitHub
parent 2e6a0c72ed
commit 07ab2a759a
12 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# ifconfig
> 네트워크 인터페이스 구성자.
> 더 많은 정보: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
- 인터페이스 네트워크 설정 보기:
`ifconfig {{인터페이스_이름}}`
- 비활성화된 인터페이스를 포함하여, 모든 인터페이스의 세부 정보를 표시:
`ifconfig -a`
- 인터페이스 비활성화:
`ifconfig {{인터페이스_이름}} down`
- 인터페이스 활성화:
`ifconfig {{인터페이스_이름}} up`
- 인터페이스에 IP 주소를 할당:
`ifconfig {{인터페이스_이름}} {{ip_주소}}`