Re: removing user from group

1999-10-28 Thread Ethan Benson
On 27/10/99 <[EMAIL PROTECTED]> wrote: Another beginners question I`m afraid :-) I added myself to the group "mail" which I now think may have been a mistake. What command do I use to remove myself (or any other user) from a group? Thanks. gpasswd -d user group where user is the username

Re: removing user from group

1999-10-28 Thread Joachim Trinkwitz
<[EMAIL PROTECTED]> writes: > I added myself to the group "mail" which I now think may have been a mistake. > What command do I use to remove myself (or any other user) from a group? Do a `gpasswd -d mail' (and read the man page of gpasswd -- seems to be a commonly unknown command -- I can't re

Re: removing user from group

1999-10-27 Thread Martin Fluch
On Wed, 27 Oct 1999 [EMAIL PROTECTED] wrote: > Another beginners question I`m afraid :-) I added myself to the group > "mail" which I now think may have been a mistake. What command do I > use to remove myself (or any other user) from a group? Thanks. Edit the file /etc/group: instead mail:x:8:y

removing user from group

1999-10-27 Thread paul
Another beginners question I`m afraid :-) I added myself to the group "mail" which I now think may have been a mistake. What command do I use to remove myself (or any other user) from a group? Thanks. Paul -- Paul Walton * Powered by * Cambridge* Deb

Re: removing user from group; vigr -s errors; group policies

1998-02-19 Thread David Wright
On Thu, 19 Feb 1998, Tommi Virtanen wrote: > On Thu, Feb 19, 1998 at 01:57:38PM +0100, Oskar Liljeblad wrote: > > > oskar:~# vigr -s > > vigr: /bin/ae: Bad address > > vigr: /etc/gshadow is unchanged > > vigr: /bin/ae: No such file or directory > > vigr: /etc/gshadow is unchanged > > - > > Is thi

Re: removing user from group; vigr -s errors; group policies

1998-02-19 Thread Tommi Virtanen
On Thu, Feb 19, 1998 at 01:57:38PM +0100, Oskar Liljeblad wrote: > Is there a simple way of removing a user from a specific group (not knowing > what other groups the user is in), or is there a debian package that will do gpasswd -d user group $ dpkg -S /usr/bin/gpasswd p

removing user from group; vigr -s errors; group policies

1998-02-19 Thread Oskar Liljeblad
I have recently installed Debian 1.3.1 on my computer. After searching the web for info, there are still some questions unanswered: Is there a simple way of removing a user from a specific group (not knowing what other groups the user is in), or is there a debian package that will do this? If I mo