Does anyone know how to add unix groupadd command on Mac OSX 10.5? I'm trying to do man on groupadd and useradd commands but it doesn't seem to exist.

link|improve this question
feedback

migrated from stackoverflow.com Aug 9 '11 at 0:07

This question came from our site for professional and enthusiast programmers.

2 Answers

groupadd and useradd are Linux-isms.

For some good answers on how to add users from the command line in Mac OS X, see this question on ServerFault:

http://serverfault.com/questions/20702/how-do-i-create-user-accounts-from-the-terminal-in-mac-os-x-10-5

link|improve this answer
feedback

You might want to check out the third Google hit for "mac useradd equivalent 10.5"...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown