chmod on /System/Library/ in Mac Snow Leopard - Now Cannot Open Terminal

0

I was trying to run a command to fix a different issue, but when I cut and pasted the string there was a space in it and this is what was run:

sudo chmod 000 /System/Library/

Now when I try to open terminal, it just sits there with a blank screen and nothing loads. This started almost immediatey after I ran that command. Any ideas how to reverse this back to previous permissions? I did try repairing disk permissions, but that does not seem to have solved it. Thanks for any help.

Dax

Posted 2011-07-10T07:42:42.230

Reputation:

Answers

2

Start your mac in single user mode. Than you get a commandline prompt where you can enter

chmod 755 /System/Library

Arne Burmeister

Posted 2011-07-10T07:42:42.230

Reputation: 576

Note that you'll first need to enter mount -uw / in order to get write access to the volume. – Gordon Davisson – 2011-07-10T08:41:29.540

@Gordon: oh yes, of course – Arne Burmeister – 2011-07-11T07:32:11.067

0

Open /System in Finder (Go - Go to Folder..), select 'Library' folder, Cmd+I, click lock icon to unlock settings (enter your pwd), set permissions.

Serg ikS

Posted 2011-07-10T07:42:42.230

Reputation: 386