linux后台关闭java进程及java程序后台启动运行命令
ps -ef|grep java
kill -9 进程ID
nohup java -jar ****.jar > log.file 2>&1 &