Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

"Name is used by another user"?

I am trying to change the name of my account on my Macbook and get the error message "Name is used by another user" when I attempt to do so. I see no other accounts in the System Preferences > Accounts menu. Any suggestions?

Mac OS X (10.5.8)

Posted on Aug 17, 2010 8:46 AM

Reply
6 replies

Aug 17, 2010 10:55 AM in response to theuncouth

Hi

There are already existing accounts on your mac that are ordinarly invisible to you. You may occasionally see these users when accessing the Privileges and Permissions when sharing? The same is true for Groups. If you're trying to use a name that's already reserved for the system that could explain what you're seeing? To find out what accounts already exist on your mac launch terminal and issue this command:

dscl . list /Users

Tony

Aug 27, 2010 10:20 AM in response to theuncouth

Hi

sudo dscl . delete /Users/whatevertheshortnameis


When prompted enter the local administrator's password. You won't see it being typed so don't panic. This assumes you have a password? It also assumes no home folder. If there is a home folder you should be able to delete it either via the Finder or command line:

sudo rm -R -v /Users/whatevertheshortnameofthehomefolderis


Be very careful with the "rm" command. It's extremely powerful and once an item is deleted it's pretty much gone for good. There are no undos in Terminal either. If you're not 100% certain about dusing the command I would make sure you have a full and up-to-date backup just in case before using it.

Tony

"Name is used by another user"?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.