Re: List of users from a certain group

2003-02-02 Thread Nick Hastings
* Neal Lippman <[EMAIL PROTECTED]> [030203 07:40]: > On Sun, 2003-02-02 at 14:18, Jason Lunz wrote: > > [EMAIL PROTECTED] said: > > > I have a group of users in my system just for mail, the name of that > > > group is "correo". > > > > > > My question is, how do I obtain a list of users from this

Re: List of users from a certain group

2003-02-02 Thread Neal Lippman
On Sun, 2003-02-02 at 14:18, Jason Lunz wrote: > [EMAIL PROTECTED] said: > > I have a group of users in my system just for mail, the name of that > > group is "correo". > > > > My question is, how do I obtain a list of users from this group? > > $ apt-get install members > $ members correo > > J

Re: List of users from a certain group

2003-02-02 Thread Jason Lunz
[EMAIL PROTECTED] said: > I have a group of users in my system just for mail, the name of that > group is "correo". > > My question is, how do I obtain a list of users from this group? $ apt-get install members $ members correo Jason -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: OT: adduser vs manual file manipulation [WAS: Re: List of users from a certain group]

2003-02-02 Thread sean finney
On Sun, Feb 02, 2003 at 01:03:20PM +0100, Johannes Zarl wrote: > I always edited the group, passwd and shadow files per hand to > add/remove/alter groups/users and I never had any problem. > > Is there any drawback I missed in using this procedure? Or is this simply > a matter of convenience? i

Re: OT: adduser vs manual file manipulation [WAS: Re: List of users from a certain group]

2003-02-02 Thread Colin Watson
On Sun, Feb 02, 2003 at 01:03:20PM +0100, Johannes Zarl wrote: > Colin Watson wrote: > > In general, I suggest using adduser on Debian rather than useradd. > > useradd is the low-level tool; adduser is the higher-level utility which > > is intended to be easier to use. > > I always edited the grou

OT: adduser vs manual file manipulation [WAS: Re: List of users from a certain group]

2003-02-02 Thread Johannes Zarl
> In general, I suggest using adduser on Debian rather than useradd. > useradd is the low-level tool; adduser is the higher-level utility which > is intended to be easier to use. I always edited the group, passwd and shadow files per hand to add/remove/alter groups/users and I never had any probl

Re: List of users from a certain group

2003-02-01 Thread Colin Watson
On Sat, Feb 01, 2003 at 06:33:48PM +0100, Calber Chainy wrote: > Ok, I was creating users using useradd -g instead of useradd -G, > therefore they were not added in the file /etc/group. In general, I suggest using adduser on Debian rather than useradd. useradd is the low-level tool; adduser is the

Re: List of users from a certain group

2003-02-01 Thread Calber Chainy
Ok, I was creating users using useradd -g instead of useradd -G, therefore they were not added in the file /etc/group. Thanks for the help. Chainy. El sáb, 01-02-2003 a las 17:10, sean finney escribió: > On Sat, Feb 01, 2003 at 05:38:02PM +0100, Calber Chainy wrote: > > I have a group of users i

Re: List of users from a certain group

2003-02-01 Thread sean finney
On Sat, Feb 01, 2003 at 05:38:02PM +0100, Calber Chainy wrote: > I have a group of users in my system just for mail, the name of that > group is "correo". > > My question is, how do I obtain a list of users from this group? how about grep ^correo /etc/group hth sean msg27919/pgp

List of users from a certain group

2003-02-01 Thread Calber Chainy
Hello list, I have a group of users in my system just for mail, the name of that group is "correo". My question is, how do I obtain a list of users from this group? Thanks a lot. Chainy. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL