码迷,mamicode.com
首页 >  
搜索关键字:检查系统信息    ( 1个结果
检查系统信息的简单脚本
#!/bin/bash #检查系统信息 #2016-09-21 #Version2.0.1 #检查当前用户是否为root if[`id-u`-ne0] then echo‘请使用root用户执行脚本!‘; exit11; fi release_file=‘/etc/redhat-release‘; smart_bin=`whichsmartctl2>/dev/null`; dmi_bin=`whichdmidecode2>/dev/null`;..
分类:其他好文   时间:2016-09-21 23:28:10    阅读次数:212
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!