[plug] Re: useradd error

Bret Busby bret at clearsol.iinet.net.au
Thu Oct 5 11:34:16 WST 2000


Support wrote:
> 
> can somebody help me i cant adduser for some reason
> 
> [root@**** sbin]# ./useradd -g users -m -c susan-johnson lljohnson
> 
> useradd: error locking group file
> 
> gary

Perhaps

./useradd -g users  -c susan-johnson  -m lljohnson

, assuming that susan-johnson is the comment, and lljohnson the user
name?

Does the group "users" exist before the useradd command is run? If not,
use groupadd .

-- 

Bret Busby

......................................
"So once you do know what the question actually is, you'll know what the
answer means."
 - Deep Thought, Chapter 28 of The Hichhiker's Guide to the Galaxy
 - Douglas Adams, 1988 
......................................



More information about the plug mailing list