Sigh, I was having a weird "unknown" user group under my macintosh HD info panel. So i tried setting "everybody" to no access, and when i reboot now it wont even boot up into the login screen. Sigh!!!
Can someone please help me fix this problem or tell me how i can change the everybody user group back to "Read Access"
I have made this mistake before, set "everybody" to no access to all the files of macintosh HD
I am running Leopard 10.5.6, if you running diffrent system, don't try it
start the system in single-user mode (Command - S)
/sbin/fsck -fy
/sbin/mount -uw /
/bin/chmod -R 777 /
/bin/chmod -R 755 /usr /bin /sbin /etc /private /System /Library
/bin/chmod 775 /var/run
/bin/chmod 1775 /cores
/bin/chmod 1777 /tmp /var/tmp
/bin/mv /usr/bin/login /usr/bin/login.failed
/bin/chmod 4755 /usr/bin/sudo
/bin/chmod 0440 /private/etc/sudoers
exit
Once the system boots up, open /Application/Utilities/Terminal and type:
sudo /usr/sbin/diskutil repairPermissions /
chmod 4555 /usr/bin/login.failed
chmod 4555 /usr/bin/rlogin
mv /usr/bin/login.failed /usr/bin/login