摘要: Centos7.5 IP地址维护 #!/usr/bin/bash IPADDR=$(ifconfig|grep inet|sed '2,$d'|awk '{print $2}') GATEWAY=$(ifconfig|grep inet|sed '2,$d'|awk '{print $2}'|awk 阅读全文
posted @ 2021-02-25 15:40 aongao 阅读(126) 评论(0) 推荐(0) 编辑