Hi :
I am new to unix, and some one has asked the question I don't know the answer; the question is - How can you find the user group id when you use ps command?
I think you'll have to look up the users group id in the /etc/passwd file
take the users name from the ps output, and then grep for it in /etc/passwd like this
grep mike /etc/passwd
the first number is the user-id, the second is the users primary group-id Mike
"Experience is the comb that Nature gives us after we are bald."
Is that a haiku?
I never could get the hang
of writing those things.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.