Hi there. This is exactly what happened to me a few minutes ago. Literally locked myself out of my own computer. How can I fix this problem? Please help.
Sorry for the delayed response. Here are the instructions:
1. Boot to your OS X Install DVD.
2. Select "Terminal" from the Utilities menu.
3. Assuming you only changed permissions and not ownership, and that the volume you have OS X installed on is Macintosh HD type the following:
Code:
chmod 775 /Volumes/Macintosh\ HD
Code:
chmod +t /Volumes/Macintosh\ HD
4. Quit Terminal
5. Quit the Installer
6. It will should ask you if you want to restart or select a Startup Disk, select the Startup Disk option
7. Choose your Macintosh HD
8. Click Restart
9. Confirm the Restart when it asks
It should work. If your OS X volume is not named Macintosh HD, replace it with the name of yours. Be sure to escape the spaces as shown in the example, if you aren't sure of the name type.
Code:
ls -l /Volumes
If you need any help, let me know.