This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f699a83ab
tldr
/
pages
/
common
/
dhclient.md
180 B
Raw
Blame
History
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}}