Home › Forums › OS X Server and Client Discussion › Questions and Answers › Add an alias to a local account with command line
Is there an option with dscl to add an alias with the command line to a local account? Such as the advanced option in the Accounts pane of System Preferences.
Hi Eric, you could try sudo dscl . -append /Users/username RecordName “alias”
Cheers
That works! Thanks
Comments are closed