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

Re: [Condor-users] GID process tracking



On Sun, 2007-12-02 at 20:56 -0800, Stuart Anderson wrote:
> Fare enough. However, I am confused as to whether I have this working or not.
> 
> [root@node1 condor]# grep -i gid /proc/19302/status 
> Tgid:	19302
> Gid:	4093	4093	4093	4093
>
> I was expecting to see one of [900, 903] in /proc/pid/status. Is there
> somewhere else I should look?

Yep. Try:

[root@node1 condor]# grep Groups /proc/19302/status

Greg