查看Java进程获取pid号:

ps -ef|grep java|grep -v grep

 

部署Javajar包并指定输出日志文件(null不输出):

nohup java -jar xx.jar >/dev/null &

 

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-01-31
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-02-14
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案