I'm trying to change the short name of an account via the CLI. Right now I'm unsure of how to target the "Account name" property. However, I've been able to change the Full Name with the following command.
sudo dscl . change /Users/<myShortName> RealName "Sean Boult" "seanboult"
Am I able to change the "Account name" property from the command line?
