在terminal中输入ps -ef | grep 进程名 或者 ps -aux | grep 进程名 ,也可以直接ps -ef,这样就可以看到所有的进程了
ps -e|grep 进程名
命令行下,jobs 或 ps 或 top ,whatever !