mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
3ed3ae5eac
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Co-authored-by: Darío Hereñú <magallania@gmail.com>
357 B
357 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]}}
- Print (dump) the last acquired lease for a given interface and exit:
sudo dhcpcd {{[-U|--dumplease]}} {{interface_name}}