1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/linux/dhcpcd.md
Managor ce9de4753a
*: fix style guide issues part 6 (#15792)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:14:54 +02:00

230 B

dhcpcd

DHCP client. More information: https://roy.marples.name/projects/dhcpcd.

  • Release all address leases:

sudo dhcpcd {{[-k|--release]}}

  • Request the DHCP server for new leases:

sudo dhcpcd {{[-n|--rebind]}}