[Linux] background nohup to run python program

nohup python -u Game2d.py > out.log &

Game2d.py is the program we want to run;
out.log is the output log;

Guess you like

Origin blog.csdn.net/ao1886/article/details/109963570