[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weirdness in groups and id commans
From: |
Ismail Donmez |
Subject: |
Re: Weirdness in groups and id commans |
Date: |
Fri, 3 Nov 2006 10:56:46 +0200 |
User-agent: |
KMail/1.9.5 |
03 Kas 2006 Cum 07:02 tarihinde, Bob Proulx şunları yazmıştı:
> Ismail Donmez wrote:
> > Hi,
> >
> > Using coreutils 6.4 ,
> >
> > [~]> whoami
> > cartman
> > [~]> groups
> > users disk wheel audio dialout video pnp removable power
>
> Lists the access groups of the currently running process.
>
> > [~]> groups cartman
> > users disk wheel audio dialout video apache pnp removable power
>
> Lists the access groups of the 'cartman' user if that user were to log
> in at this moment. Does not list the current process. Does not list
> past history of the process. Does not list future possibilities.
>
> > Notice that "apache" is in the second output, id shows similar behaviour,
> >
> > [~]> id
> > uid=1000(cartman) gid=100(users) groups=6(disk),10(wheel),18(audio),20
> > (dialout),27(video),100(users),200(pnp),201(removable),204(power)
> > [~]> id cartman
> > uid=1000(cartman) gid=100(users) groups=100(users),6(disk),10(wheel),18
> > (audio),20(dialout),27(video),80(apache),200(pnp),201(removable),204(powe
> >r)
> >
> >
> > Is this a bug or a feature?
>
> Did you recently add 'cartman' to the 'apache' group? Have you logged
> in since then?
Yup thats it, its recently added. Thanks!
Regards,
ismail