#!/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