摘要: #!/bin/bash DATE=`date +%Y-%m-%d-%H-%M-%S` echo "当前时间是:$DATE" # 根据端口号查找进程 PID=`/usr/sbin/lsof -i:9002 |/usr/bin/awk 'NR==2{print $2}'` echo "杀死当前Boots 阅读全文
posted @ 2021-07-24 12:33 哈喽哈喽111111 阅读(233) 评论(0) 推荐(0) 编辑