1,查询进程 spa
1.1,ps -ef | grep shutdown查询全部进程并筛选 shutdown的进程 进程
ps [选项] -e 显示全部进程,环境变量 -f 全格式 -h 不显示标题 -l 长格式 -w 宽输出 变量
1.2,kill pid 经过pid关闭进程 grep