Skip navigation

screen

screen cvs up

然后直接退出终端即可。如果登录还想看看执行情况可以使用

screen -R

nohup

nohup cvs up

程序的标准输出会被定向到一个叫nohup.out的文件去

disown

用于已经在运行的程序,先通过CTRL+Z暂停程序然后用bg命令把程序放到后台执行。最后用disown命令让程序与shell脱离关系,这样退出shell后程序还能继续运行。

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>