>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 <[EMAIL PROTECTED]>

