Files
cheatsheet-tldr/tldr/linux/dhcpcd
2024-03-13 00:13:07 +00:00

18 lines
304 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`