bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to list supplementary groups?


From: Alfred M\. Szmidt
Subject: Re: how to list supplementary groups?
Date: Wed, 28 Dec 2005 22:47:45 +0100

   So how can I find the supplementary groups of process 4321 using id
   or groups?  It does't seem to be possible.

You'd need to hack a bit for that to work.  Something like I dunno:

address@hidden:~$ id `ps -up 2551|tail -n1|awk '{print $1}'`
uid=30270(ams) gid=134(update) groups=134(update)

Replace 2551 with your process.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]