multiple pages : Add Korean Translation (#3560)

This commit is contained in:
Proscream
2019-11-14 10:44:51 +09:00
committed by Ein Verne
parent 15a8422676
commit 4f797eb4ef
8 changed files with 181 additions and 0 deletions

19
pages.ko/common/arp.md Normal file
View File

@@ -0,0 +1,19 @@
# arp
> 시스템의 ARP 캐시 표시 및 조작.
- 현재 arp 테이블을 보여줍니다:
`arp -a`
- 전체 캐시 삭제:
`sudo arp -a -d`
- 특정 엔트리 삭제:
`arp -d {{address}}`
- 엔트리 생성:
`arp -s {{address}} {{mac_address}}`