美文网首页
nohup.out 无法写入

nohup.out 无法写入

作者: JeremyL | 来源:发表于2018-09-07 15:05 被阅读92次

    nohup: ignoring input and appending output to ‘nohup.out’
    问题很简单,输出重定向就可以:

    nohup ./program.sh >program.log 2>&1 &
    

    相关文章

      网友评论

          本文标题:nohup.out 无法写入

          本文链接:https://www.haomeiwen.com/subject/ohecgftx.html