From e7ae03409aa30f1abe29b26124253e260f906aaa Mon Sep 17 00:00:00 2001 From: Proscream Date: Tue, 24 Dec 2019 22:56:44 +0900 Subject: [PATCH] dhclient: Add Korean Translation (#3679) --- pages.ko/common/dhclient.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages.ko/common/dhclient.md diff --git a/pages.ko/common/dhclient.md b/pages.ko/common/dhclient.md new file mode 100644 index 0000000000..0937f617d9 --- /dev/null +++ b/pages.ko/common/dhclient.md @@ -0,0 +1,11 @@ +# dhclient + +> DHCP 클라이언트. + +- 'eht0' 인터페이스의 IP 주소 얻기: + +`sudo dhclient {{eth0}}` + +- 'eth0' 인터페이스의 IP 주소 해제하기: + +`sudo dhclient -r {{eth0}}`