获取Linux服务器基本信息的shell脚本
摘要:测试运行环境: SLES12SP2 #!/bin/bash #系统名称;os_type=$(uname -o | awk '{print " | "$0}') #系统位数;32/64os_bit=$(uname -m | awk '{print " | "$0}') #内核发型版本kernal_ve
阅读全文
posted @ 2017-08-30 22:56
我们都是普通人,努力奋斗只是为了更好的明天。
posted @ 2017-08-30 22:56
posted @ 2017-08-13 21:49
posted @ 2017-08-09 22:37
posted @ 2017-08-09 16:05