📅  最后修改于: 2022-03-11 14:49:38.410000             🧑  作者: Mango
nohup ./myscript.sh # output is in nohup.out
nohup ./myscript.sh > myscript.log & # output is in myscript.log
nohup ./myscript.sh & # runs in background