linux启动jar包命令

启动jar包:
nohup java -jar XXX.jar >temp.txt 2>&1 &

原文地址:https://www.cnblogs.com/Deters/p/12023672.html