1. 将命令改为: nohup 命令 &
2.执行此操作可能会有 nohup: ignoring input and appending output to ‘nohup.out’消息提示,没影响,系统会为该操作分配进程号;
3.终止该进程:kill -9 进程号
1. 将命令改为: nohup 命令 &
2.执行此操作可能会有 nohup: ignoring input and appending output to ‘nohup.out’消息提示,没影响,系统会为该操作分配进程号;
3.终止该进程:kill -9 进程号