nohup: ignoring input and appending output to ‘nohup.out’ 问题很简单,输出重定向就可以: nohup ./program.sh >program.log 2>&1 &