4

I have a mac-book pro and I've lost my user name to get into the computer, how can I fix this problem without taking it to our Apple agents who are soooo slow, Thanks

Cas
  • 61

3 Answers3

11

You can get into single user mode using Command+S while booting, then run ls /Users and it should show all the users which will give you a good idea of which one is you.

3

Open the terminal using Cmd+T and then type ls /users to see a list of all accounts on the Mac.

Jawa
  • 3,679
bvmCoder
  • 141
0

Open the terminal and type the command:

whoami

This will return your own username.

Gareth
  • 19,080
CodeWhisperer
  • 181
  • 1
  • 1
  • 6