后台运行程序 2020年3月11日 | Linux | 阅读 nohup后台运行程序,后台运行,进程查看,和终止 参考 1、不挂断的执行命令 2、& 后台运行 1 2 3 4 5 6 7 nohup command & #查看运行的后台程序,只能查看当前终端 jobs -l #跨终端查看 ps -aux | grep .. #查看使用某端口的进程 lsof -i :9090 See Also Go调用shell命令 With As 普归一化 2020新年快乐 Curl命令