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
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
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
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'
>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
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
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
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
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
> "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
> 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
11 matches
Mail list logo