查看Java应用

ps -ef | grep java | grep -v grep

查看多端口(root账户的话可以显示端口被哪个应用占用)

netstat -tunlp | grep -E "8088|8280|8180|8080"

#同上 netstat -tunlp | egrep "8088|8280|8180|8080"

ps -ef | grep java | grep ouyeelweb | grep -v grep

 

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2021-08-01
  • 2021-06-15
  • 2021-11-29
  • 2021-06-05
  • 2021-09-06
猜你喜欢
  • 2021-11-20
  • 2021-08-24
  • 2021-08-08
  • 2021-12-01
  • 2022-01-21
相关资源
相似解决方案