企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 查看进程 ``` 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