Feeds:
Posts
Comments

Archive for July, 2008

Run the commands with sudo or as root.
Create a new local user (.) in the user category: dscl / -create /Users/ericgus
Shell (bash): dscl . -create /Users/ericgus UserShell /bin/bash
Users full name: dscl . -create /Users/ericgus RealName “Mr. Eric Gustafson”
User ID: dscl . -create /Users/ericgus UniqueID 503
Group ID: dscl . -create /Users/ericgus PrimaryGroupID 20
Home directory: dscl [...]

Read Full Post »