### 脚本如下,后续继续优化 “`sh #!/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 ! exit 1 fi echo the pla
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息