运行程序
后台运行
[root@LuoKing luoking]# nohup java -jar LinuxTest-0.0.1-SNAPSHOT.jar & #后台运行
[1] 23787
[root@LuoKing luoking]# nohup: ignoring input and appending output to ‘nohup.out’
[root@LuoKing luoking]# pstree -pu #查看后台运行的状态树
结束运行
kill -9 pid #pid可以在pstree中查看