#Check OS Release Version And Name
os_name=$(cat /etc/redhat-release)
echo -e '\E[32m'"系統(tǒng)版本和名稱是:"$reset_terminal $os_name
#Check Architecture
architecture=$(uname -m)
echo -e '\E[32m'"架構(gòu)是:"$reset_terminal $architecture
os_name=$(cat /etc/redhat-release)
echo -e '\E[32m'"系統(tǒng)版本和名稱是:"$reset_terminal $os_name
#Check Architecture
architecture=$(uname -m)
echo -e '\E[32m'"架構(gòu)是:"$reset_terminal $architecture
2015-12-29
Centos 7
clear
if [[ $# -eq 0 ]]
then
#Define Variable reset-termainal
reset_terminal=$(tput sgr0)
#Check OS Type
os=$(uname -o)
echo -e '\E[32m'"操作系統(tǒng)是:"$reset_terminal $os
clear
if [[ $# -eq 0 ]]
then
#Define Variable reset-termainal
reset_terminal=$(tput sgr0)
#Check OS Type
os=$(uname -o)
echo -e '\E[32m'"操作系統(tǒng)是:"$reset_terminal $os
2015-12-29
然而并沒有什么卵用,就沒看見一個(gè)講師是用linux作為主要系統(tǒng)的,一個(gè)win7一個(gè)蘋果,也不知道是shell太簡單還是他們太水了,講的內(nèi)容實(shí)在太基礎(chǔ),沒實(shí)質(zhì)內(nèi)容.
2015-12-19
system_mem_usages=total-free-buff/cache-shared
2015-12-08
system_monitor.sh: 3: system_monitor.sh: [[: not found
我的報(bào)錯(cuò)了 。。。。。
求解決
我的報(bào)錯(cuò)了 。。。。。
求解決
2015-11-30