mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 01:54:33 +00:00
Update cheatsheets
This commit is contained in:
17
dhclient
Normal file
17
dhclient
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dhclient
|
||||
|
||||
> DHCP client.
|
||||
> More information: <https://manned.org/dhclient>.
|
||||
|
||||
- Get an IP address for the `eth0` interface:
|
||||
|
||||
`sudo dhclient {{eth0}}`
|
||||
|
||||
- Release an IP address for the `eth0` interface:
|
||||
|
||||
`sudo dhclient -r {{eth0}}`
|
||||
Reference in New Issue
Block a user