Re: user account confusion (windows account inherited?)
I'd like to help, but don't understand enough to help. I've never used WUBI myself. Seems strange to still being wubi as a Linux user since 2008. The output from these commands will help me (and others) understand the situation better.
Open a terminal, then copy/paste these commands into it 1 at a time, then copy/paste the results back here.
$ env | grep HOME
$ egrep -i 'frank|erik' /etc/passwd
$ cd ; pwd ; id
When you copy/paste, leave the first '$' out. That denotes that the command works as an end user. If I'd used a '#', then you'd be running as the "root" user. These are just information gathering commands. To understand what each does before you run them, use the man {command} command. man pwd for example.
I think you may have something mixed in the password file. That is easy to fix. The actual passwords are stored encrypted in a different file, which nobody needs.
Another thought ... did you start up Ubuntu from the erik Wnidwos account, perhaps?
Linux User since 1993. Loving Linux since 1996.
--
When you find the solution, please come back to this thread, explain the solution, and mark it SOLVED to help the next guy.
Bookmarks