mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dhclient: add page (#3368)
This commit is contained in:
parent
e81653840a
commit
ab2897ff09
1 changed files with 11 additions and 0 deletions
11
pages/common/dhclient.md
Normal file
11
pages/common/dhclient.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# dhclient
|
||||
|
||||
> DHCP client.
|
||||
|
||||
- Get an IP address for the `eth0` interface:
|
||||
|
||||
`sudo dhclient {{eth0}}`
|
||||
|
||||
- Release an IP address for the `eth0` interface:
|
||||
|
||||
`sudo dhclient -r {{eth0}}`
|
Loading…
Add table
Reference in a new issue