nohup 作者: wind 时间: 2019-08-27 分类: Coder,工作中 nohup command &nohup: ignoring input and appending output to ‘nohup.out’问题很简单,输出重定向就可以:nohup command >log.log 2>&1 & 标签: none