ifstat: fix typo, linux/i*: add Korean translation (#14706)

* linux/i*: add Korean translation

* ifstat: fix typo
This commit is contained in:
코드싸이
2024-11-09 13:27:36 +09:00
committed by GitHub
parent 65635e8a74
commit 340dd5cc12
51 changed files with 1171 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
# ip route show
> IP 라우팅 테이블 관리용 하위 명령어.
> 더 많은 정보: <https://manned.org/ip-route>.
- 라우팅 테이블 표시:
`ip route show`
- 메인 라우팅 테이블 표시 (첫 번째 예시와 동일):
`ip route show {{main|254}}`
- 로컬 라우팅 테이블 표시:
`ip route show table {{local|255}}`
- 모든 라우팅 테이블 표시:
`ip route show table {{all|unspec|0}}`
- 특정 장치에서만 경로 나열:
`ip route show dev {{eth0}}`
- 특정 범위 내의 경로 나열:
`ip route show scope link`
- 라우팅 캐시 표시:
`ip route show cache`
- IPv6 또는 IPv4 경로만 표시:
`ip {{-6|-4}} route show`