摘要: 1.首先我们在目标目录下写一个.sh脚本 touch hello.sh vim hello.sh 然后对此脚本进行授权chmod 777 hello.sh 2.编辑hello.sh文件 #!/bin/bashpid=$(ps aux|grep java | grep system-course2.2 阅读全文
posted @ 2021-07-19 10:31 沫笙* 阅读(678) 评论(0) 推荐(0)