1
0
Fork 0
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:
Valentin Vetter 2019-10-14 14:42:40 +02:00 committed by Lucas Gabriel Schneider
parent e81653840a
commit ab2897ff09

11
pages/common/dhclient.md Normal file
View 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}}`