My initial problem was that my computer wouldn't let me login to my account. It seems to shut down after I enter my password. I can login as a guest.
I found fixes but I can't remember / figure out my login for access after I hit Ctrl+Alt+F1 and most of the fixes for finding your login username depend on you having access to your account.
I thought the login was the name which appears on the screen when I start the computer normally, but this has not worked, is there another way to find out my username while being effectively locked out of my root-user profile?
I am also assuming that the password is the same one I always use.
Conversely, if the name which appears on the screen at startup and my normal password should have worked, is there another explanation for why I am not able to login on the black command screen.
/etc/passwd
is0644
, so any user is able to read it: just run one of these in a terminal in your guest session – kos Sep 01 '15 at 14:14/etc/passwd
. Who stated you have to type/etc/passwd
? If you type/etc/passwd
bash
interprets the command as you're trying to execute/etc/passwd
, which you can't (hence the "permission denied" message). Use one of the commands I listed above: start with the third one, which should directly output the username you're looking for. If it doesn't, try the second one or the first one and just go through the list until you find it. – kos Sep 03 '15 at 16:34