赞
踩
关闭窗口会停止运行,
如:ctrl+c 会停止运行
java -jar shareniu.jar
nohup 表示后台运行,不会打印信息
log.txt 为日志文件
nohup java -jar shareniu.jar >log.txt &
直接杀死进程(根据端口)
sudo fuser -k -n tcp 8080
根据pid 停止运行
1、找到pid
ps aux|grep wargame-0.0.1-SNAPSHOT.jar
2、根据pid关闭
kill -9 pid
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。