linux后台执行命令,以确保终端断掉程序不会断。

nohup command & exit Then the terminal will close. If you want to find this process and kill it due to some emergency, try "ps -aux|grep part_of_your_command " to find the PID, then “kill -9 PID” to k
相关文章
相关标签/搜索