Wenyan Cong


  • Home

  • Tags

  • Categories

  • Archives

  • Search

nohup

Posted on 2019-04-15 | In ubuntu

nohup

When the program is deployed, we hope to keep it running in the background.

nohup python test.py &

It will return a pid number.

To look up the output of the process, you can use tail

tail -f nohup.out

# nohup # background
OpenCV contrib
Daily Reading 20200429
  • Table of Contents
  • Overview

20 posts
3 categories
26 tags
GitHub E-Mail
  1. 1. nohup
© 2020
Powered by Hexo
|
Theme — NexT.Muse v5.1.4