摘要: #! /bin/bash #The scripts will return the system infomation #return hostname and version infomation // 返回主机名和系统版本信息 echo -e "\e[31;43m///// HOSTNAME INFOMATION *****\e[0m" hostname uname -r cat /p... 阅读全文
posted @ 2016-04-22 14:44 毕竟我是杨小飞i 阅读(376) 评论(1) 推荐(0) 编辑