Centos 7系統優化腳本

腳本以下,後續繼續優化 #!/bin/bash #author junxi by #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform != "x86_64" ];then echo "this script is only for 64bit Operating System !"
相關文章
相關標籤/搜索