0

I'm having difficulties resetting admin password on my Ubuntu 12.04 if the username has a space eg. Buggs Bunny? At the prompt it will only display Buggs and wont allow the password command to work

karel
  • 114,770

1 Answers1

1

As far as I know, there is no way to have a username with a space, you are probably taking about the display name. Have a look of the real username from cat /etc/passwd.

ob2
  • 3,553
  • yes thats true, my question would be how did you create a linux user with space in name. – WiKrIe May 08 '18 at 07:43
  • 1
    It's simply not possible, I'm pretty sure that Buggs Bunny is the display name and Buggs is the username. Change the password with passwd buggs should be enough. – ob2 May 08 '18 at 08:42