随笔分类 -  shell脚本

用于自己练习和实践
摘要:[root@rabbitmq-node2 ~]# cat ini.sh #!/bin/bash #author pansn #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform != 阅读全文
posted @ 2021-01-04 10:03 月黑风高人不善 阅读(175) 评论(0) 推荐(0)
摘要:[root@zookeeper-node3 script]# cat init_system.sh #!/bin/bash #author pansn #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ 阅读全文
posted @ 2020-12-07 10:25 月黑风高人不善 阅读(363) 评论(0) 推荐(0)