Created
August 12, 2009 11:07
-
-
Save judofyr/166449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo gem update | |
sudo: uid 501 does not exist in the passwd file! | |
$ whoami | |
501 | |
$ grep 501 /etc/passwd | |
$ grep magnus /etc/passwd | |
## Oh shit. Let's open a new shell: | |
Password: | |
Login incorrect | |
login: root | |
Password: | |
Login incorrect | |
login: root | |
Password: | |
Login incorrect | |
login: root | |
Password: | |
Login incorrect | |
login: | |
## Okay. Back to the current shell: | |
$ passwd | |
you don't have a login name | |
$ su - | |
su: who are you? | |
## I think I'm fucked. | |
## I can't open any .app. They don't even bounce in the dock. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment