You are here: Home Posts Run Process In Background command

Run Process In Background command

by Nathan Van Gheem last modified Jan 05, 2009 11:22 AM
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 &
Document Actions