mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 20:35:26 +02:00
dhcpcd: add page (#12495)
This commit is contained in:
parent
7785385673
commit
e4a6f2c670
1 changed files with 12 additions and 0 deletions
12
pages/linux/dhcpcd.md
Normal file
12
pages/linux/dhcpcd.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# dhcpcd
|
||||
|
||||
> DHCP client.
|
||||
> More information: <https://roy.marples.name/projects/dhcpcd>.
|
||||
|
||||
- Release all address leases:
|
||||
|
||||
`sudo dhcpcd --release`
|
||||
|
||||
- Request the DHCP server for new leases:
|
||||
|
||||
`sudo dhcpcd --rebind`
|
Loading…
Add table
Reference in a new issue