摘要: 本人实例: #!/bin/bash ps -ef | grep elastic | grep -v grepif [ $? -ne 0 ]thenecho "start process......"echo 1 > /proc/sys/vm/drop_caches;cd /data/soft/ela 阅读全文
posted @ 2020-02-12 11:35 龙卷风之殇 阅读(866) 评论(0) 推荐(0)