linux服务器用nohup运行jar包报错,nohup: ignoring input and appending output to ‘nohup.out’
这没有报错,只是一个提示,输出信息到nohup.out
在想要运行在后台中的 nohup 命令的尾部,添加 &,就不会报错了。