一天一个Linux命令--dhclient

2019-01-15 07:00:58来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

1 dhclient -r #用于释放ip地址
2 dhclient #获取IP地址

主要针对只有命令行的Linux机器,临时改变了网络环境,事先手动设置的ip地址

看一下自带的解释

root@ubuntu:~# whatis dhclient
dhclient (8)         - Dynamic Host Configuration Protocol Client

下面是help

root@ubuntu:~# dhclient --help
Internet Systems Consortium DHCP Client 4.3.5
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Unknown command: --help
Usage: dhclient [-4|-6] [-SNTPRI1dvrxi] [-nw] [-p <port>] [-D LL|LLT] 
                [-s server-addr] [-cf config-file]
                [-df duid-file] [-lf lease-file]
                [-pf pid-file] [--no-pid] [-e VAR=val]
                [-sf script-file] [interface]*

 


原文链接:https://www.cnblogs.com/mke2fs/p/10263935.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:一天一个Linux命令--find

下一篇:Nginx服务(端口80)