1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/dhcpcd.md
2024-03-12 13:41:02 +05:30

12 lines
212 B
Markdown

# 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`