The shell command of linux detects the execution of an java program

  • 2020-05-09 18:38:05
  • OfStack

shell command under linux:

ps  -ef   |grep   java grep   " "

"" in l, just write the name of the java program you need grep to look for


Related articles: