Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
I wanted a list of all instances of WebLogic presently to running on a server

1 Answer

0 votes
by (36.8k points)

Use the below command:

ps -ajx | grep java

or

ps -elf | grep java

Want to be a Linux expert? Come and join this Linux course

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 26, 2021 in Linux by dev_sk2311 (45k points)

Browse Categories

...