命令 的标签存档您的位置:首页 -
-
windows服务器常用命令
1,查看某端口号的进程ID netstat -ano |findstr 8080 2,强制查出进程 taskkill /pid 25879 -f -
Linux各项服务启动命令
Nginx服务 启动 nginx -c /path/to/nginx.conf 停止 nginx -s stop :快速停止nginx quit :完整…