1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/dhcpcd.md

13 lines
230 B
Markdown
Raw Normal View History

2024-03-12 10:11:02 +02:00
# dhcpcd
> DHCP client.
> More information: <https://roy.marples.name/projects/dhcpcd>.
- Release all address leases:
`sudo dhcpcd {{[-k|--release]}}`
2024-03-12 10:11:02 +02:00
- Request the DHCP server for new leases:
`sudo dhcpcd {{[-n|--rebind]}}`