将前台任务放到后台运行

Posted sxgaofeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将前台任务放到后台运行相关的知识,希望对你有一定的参考价值。

nohup rsync -rp --rsh=ssh /data/test/bi_270000_original_images glodon@192.168.8.195:/data02/cv_data/
nohup: ignoring input and appending output to `nohup.out‘
glodon@192.168.8.195‘s password:

先curl+z 将任务停止
^Z
[1]+ Stopped nohup rsync -rp --rsh=ssh /data/test/bi_270000_original_images glodon@192.168.8.195:/data02/cv_data/

停止的时候 stop是1
用bg 1将他放到后台来运行
[gaof-j@ops-8-153 ~]$ bg 1
[1]+ nohup rsync -rp --rsh=ssh /data/test/bi_270000_original_images glodon@192.168.8.195:/data02/cv_data/ &








以上是关于将前台任务放到后台运行的主要内容,如果未能解决你的问题,请参考以下文章

linux===linux后台运行和关闭查看后台任务(转)

如何把linux后台任务调到前台

fg命令

详解linux后台运行和关闭查看后台任务

bg命令

LINUX守护进程