--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # dhcpcd > DHCP client. > More information: . - Release all address leases: `sudo dhcpcd {{[-k|--release]}}` - Request the DHCP server for new leases: `sudo dhcpcd {{[-n|--rebind]}}` - Print (dump) the last acquired lease for a given interface and exit: `sudo dhcpcd {{[-U|--dumplease]}} {{interface_name}}`