sh
-
shells/kafka.sh
1 #!/bin/sh 2 comm=/opt/module/kafka/bin/kafka-server-start.sh 3 commd=/opt/module/kaf…
-
shells/hiveserver2.sh
1 #!/bin/bash 2 function hiveserver2_stop(){ 3 pid=$(ps ax | grep “hiveserver2”) 4 kill …
-
linux 运维 shell
脚本: 一条条的文字命令,这些命令是可以看到的 shell 属于内置脚本 (批处理) 语法简单 简单易学 /bin/bash shell入门 编写 #/b…