多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 查看进程 ``` ps aux|grep mysql ``` ### 过滤系统进程号出来 pid ``` pgrep mysql | tr -s ' '| cut -d ' ' -f 2 ``` ### 过滤sh的进程 ``` ps aux | grep a.sh | grep -v "grep" | tr -s ' '| cut -d ' ' -f 2 ``` cmd使用 查看端口 netstat -ano 查看指定端口 netstat -ano|findstr 5000 杀死进程 taskkill /f /pid "17808" 删除整个文件及其子目录等 rd /s/q mysite_env