Skip to content. | Skip to navigation

Personal tools
Log in
Sections
You are here: Home Posts Run Process In Background command

Run Process In Background command

by Nathan Van Gheem last modified Jan 05, 2009 04:22 PM
How to run process in the background while sending the output to a log file. I use this command to start cherrypy.
 sudo nohup python run.py 2> project.log &
Navigation