[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to remove a user



>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

-----------------------------------------------------------------------------
Bill Wilson <billw@wt.net>


Reply to: