摘要: systemctl start dhcpd //启动DHCP systemctl enable dhcpd //配置服务开机启动 ps aux | grep dhcp //查看进程 netstat -tlunp | grep dhcpd //查看端口 ifdown ens35 && ifup ens 阅读全文
posted @ 2018-12-10 00:13 iceblues 阅读(2005) 评论(0) 推荐(0) 编辑