发布网友 发布时间:2022-04-25 04:03
我来回答
共1个回答
热心网友 时间:2023-10-24 17:55
#!/bin/bash if[ chkconfig | grep tomcat | grep on ];then echo "OK!" else echo "Sorry!It is down!"