Re: How to remove a user

1999-06-27 Thread Joachim Trinkwitz
Sami Dalouche <[EMAIL PROTECTED]> writes: > Yes, but I've another question : > How do I remove cleanly (without VI) a group ? > How about "groupdel [group]"? Greetings, joachim

Re: How to remove a user

1999-06-17 Thread Sami Dalouche
Yes, but I've another question : How do I remove cleanly (without VI) a group ? On Thu, Jun 17, 1999 at 05:22:05AM -0400, David Teague wrote: > On Wed, 16 Jun 1999, Jonathan D. Proulx wrote: > > > Hi, > > > > Dumb newbie question: How do I delete a user account? > > Jon > > This is NOT a

Re: How to remove a user

1999-06-17 Thread Aldenor Falcao
Sorry, but the correct is find / -user username -o -group usergroup > /tmp/usersfilelist the option name looks for a file with name NAME. Bye, Aldenor - Aldenor Falcao Martins, M Sc ET

Re: How to remove a user

1999-06-17 Thread Rob Browning
David Teague <[EMAIL PROTECTED]> writes: > I think you issue the command > > userdel -r username > > to remove both user, the home directory and files, but RTFM > to be sure. Note that this won't get any files the user might have in locations other than their home directory, and I don'

Re: How to remove a user

1999-06-17 Thread Bill Wilson
>I think you issue the command > >userdel -r username > >to remove both user, the home directory and files, but RTFM >to be sure. Worked for me, until I tried to add the same user back with adduser. To do the whole job, I had to: userdel -r username groupdel username

Re: How to remove a user

1999-06-17 Thread Wayne Topa
Subject: How to remove a user Date: Wed, Jun 16, 1999 at 08:57:30PM -0400 In reply to:Jonathan D. Proulx Quoting Jonathan D. Proulx([EMAIL PROTECTED]): > Hi, > > Dumb newbie question: How do I delete a user account? > > TIA, > Jon > % whereis userdel userdel: /usr/sbin/userdel

Re: How to remove a user

1999-06-17 Thread David Teague
On Wed, 16 Jun 1999, Jonathan D. Proulx wrote: > Hi, > > Dumb newbie question: How do I delete a user account? Jon This is NOT a dumb question. I used locate to find the answer. elentari:~[1]locate userdel /usr/man/man8/userdel.8.gz /usr/sbin/userdel I think you issue the command use

Re: How to remove a user??

1998-10-04 Thread Jim Foltz
On Mon, Oct 05, 1998 at 10:56:16AM +0800, Chan Min Wai wrote: > Hello, > > I'm haveing prolem with thr user I created so I asking for HOW to > Remove a user from system > > > adduser is for adduser > > form remover user?? How about userdel. > > Thank. > > > -- > Unsubscribe? mai

Re: How to remove a user?

1996-05-10 Thread Raul Miller
Andreas Wehler > A> After searching a while for a program or script to completely > A> remove a user I didn't found something and did it per hand. Is > A> this neccessary? Thanks. Removing a user is something that should be done with thought. In some circumstances (user never existed), it's

Re: How to remove a user?

1996-05-06 Thread Rob Browning
> "A" == Andreas Wehler <[EMAIL PROTECTED]> writes: A> After searching a while for a program or script to completely A> remove a user I didn't found something and did it per hand. Is A> this neccessary? Thanks. Right now, this is the only way to handle it. You need to remove their /etc/pa

Re: How to remove a user?

1996-05-06 Thread Marek Michalkiewicz
> After searching a while for a program or script to completely remove a > user I didn't found something and did it per hand. Is this > neccessary? Thanks. As soon as I modify programs in the shadow suite to work with both shadow and non-shadow passwords, there will be the userdel command: user