Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
How can I list all the Java methods in bash? I need this command line. I understand there is a command ps but I don't know what parameters I can use.

1 Answer

0 votes
by (36.8k points)

You can try this:

ps aux | grep java

and see how you get on

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

Browse Categories

...