1
0
Fork 0
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:
Managor 2024-03-12 10:11:02 +02:00 committed by GitHub
parent 7785385673
commit e4a6f2c670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/dhcpcd.md Normal file
View 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`