
dhclient
List of commands for dhclient:
-
dhclient:tldr:2262f dhclient: Get an IP address for the `eth0` interface.$ sudo dhclient ${eth0}try on your machineexplain this command
-
dhclient:tldr:ff08f dhclient: Release an IP address for the `eth0` interface.$ sudo dhclient -r ${eth0}try on your machineexplain this command