usage: fg [job_spec]
$ fg 2
usage: bg [job_spec ...]
$ cp -r /usr/ /tmp/ Ctrl + Z [1]+ Stopped cp -r /usr/ /tmp/ $ bg [1]+ cp -r /usr/ /tmp/ & $ fg cp -r /usr/ /tmp/
nohup command > myout.file 2>&1 & nohup command >/dev/null 2>/dev/null & nohup command &>/dev/null
You may using 'jobs' to display task.
and using 'fg %n' to close that.
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。