DELETING (or remaking) SCO User accounts

David J. MacKenzie djm at eng.umd.edu
Tue Apr 23 11:37:30 AEST 1991


> I need information on how to "remake" or delete a user account on SCO
> Unix Sys V.3.2.2.  They say in the admin guide that an account is NEVER
> deleted, just retired, PERMANENTLY!

That's if you only use their sysadmsh to manage accounts.  All you
have to do is basically

find /tcb /etc/auth -type f -print | xargs grep -l USERNAME

then hand-edit the files that it lists as appropriate.  I changed my
username this way (without changing my UID), and I think I've
undeleted a user or two as well.
--
David J. MacKenzie <djm at eng.umd.edu> <djm at ai.mit.edu>



More information about the Comp.unix.admin mailing list