I'm looking for a way to perform an operation that was deprecated in the ps command, specifically ps g.

Is there any way to perform this operation or perhaps an equivalent option?

link|improve this question
feedback

migrated from stackoverflow.com Mar 10 '11 at 2:42

This question came from our site for professional and enthusiast programmers.

1 Answer

Just to note, appears 'g' is:

        g            really all, even group leaders (does nothing w/o SunOS settings)

http://ss64.com/bash/ps.html

What OS are you running?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown