Centos 关闭后台进程 .sh 等

命令后加 & 符号可以让其在后台运行

如: node app.js &

想要关闭分两步:

ps aux | grep app.js

查看app.js  所运行的进程号

Centos 关闭后台进程 .sh 等

kill 进程号,关闭进程
上一篇:《DSP using MATLAB》示例Example4.11


下一篇:1.Powershell认识