mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
dhclient: Add Korean Translation (#3679)
This commit is contained in:
parent
44bd28d660
commit
e7ae03409a
1 changed files with 11 additions and 0 deletions
11
pages.ko/common/dhclient.md
Normal file
11
pages.ko/common/dhclient.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# dhclient
|
||||
|
||||
> DHCP 클라이언트.
|
||||
|
||||
- 'eht0' 인터페이스의 IP 주소 얻기:
|
||||
|
||||
`sudo dhclient {{eth0}}`
|
||||
|
||||
- 'eth0' 인터페이스의 IP 주소 해제하기:
|
||||
|
||||
`sudo dhclient -r {{eth0}}`
|
Loading…
Add table
Reference in a new issue