摘要: 脚本范例 #!/bin/bash #this script is for check process NUM_VEN=`ps aux | grep ventilator.py | grep -v grep | wc -l` NUM_FTP=`ps aux | grep ftpsender.py | 阅读全文
posted @ 2020-11-18 16:08 hanjianfei 阅读(368) 评论(0) 推荐(0)