使进程在后台运行

总结自 http://askubuntu.com/questions/562911/how-to-execute-a-task-in-background

1. 启动时 $ zathura a.pdf &

2.

$ zathura a.pdf

$ # press Ctrl+z

$ bg

 

3. nohup zathura a.pdf &

 

4. 

$ zathura a.pdf

$ # press Ctrl+z

$ bg

$ disown %%

posted on 2015-12-18 09:27  jjtx  阅读(164)  评论(0编辑  收藏  举报

导航