Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Permissions

Permissions
Thread Tools
Grizzled Veteran
Join Date: Oct 2000
Location: Southern New Jersey
Status: Offline
Reply With Quote
Jun 3, 2003, 07:38 PM
 
I just got a new Mac and want to setup my kids in separate accounts. I did that but when they try to run The Sims they can't because OS X says they need permission to access a data folder within The Sims and since they do not have it they cannot run the program. How do I fox this? I tried everything I know (messing with ownership etc).

Also what is the best book out there about administering OS X?
     
Mac Elite
Join Date: Apr 2002
Location: Illinois
Status: Offline
Reply With Quote
Jun 3, 2003, 11:14 PM
 
Originally posted by PHoynak:
I just got a new Mac and want to setup my kids in separate accounts. I did that but when they try to run The Sims they can't because OS X says they need permission to access a data folder within The Sims and since they do not have it they cannot run the program. How do I fox this? I tried everything I know (messing with ownership etc).

Also what is the best book out there about administering OS X?
Select the Sims folder,
Get Info
Ownership and Permissions in the get info window
Go to the Drop Down labled others
Select Read & Write
Select Apply to enclosed items.
Pray that it works.
     
PHoynak  (op)
Grizzled Veteran
Join Date: Oct 2000
Location: Southern New Jersey
Status: Offline
Reply With Quote
Jun 4, 2003, 12:38 PM
 
That didn't work....they still do not have read and write access to the folder...
     
ism
Grizzled Veteran
Join Date: Sep 2001
Status: Offline
Reply With Quote
Jun 4, 2003, 01:30 PM
 
Originally posted by PHoynak:
That didn't work....they still do not have read and write access to the folder...
Oh well, terminal it is then.

I'm not sure what the group setting will want to be, but for now try just changing the mode via:

sudo chmod ugo=rw

on the appropriate folder. sets user group and owner to read write access.

I'm still not really that familar with what groups certain things should be.
     
PHoynak  (op)
Grizzled Veteran
Join Date: Oct 2000
Location: Southern New Jersey
Status: Offline
Reply With Quote
Jun 4, 2003, 07:03 PM
 
I hate to sound dumb but can you list the command exactly and put where the name of the folder would be in < > or something. I never messed with the terminal.

thanks
     
ism
Grizzled Veteran
Join Date: Sep 2001
Status: Offline
Reply With Quote
Jun 5, 2003, 05:41 PM
 
Yeah sure, but don't kill me if it goes wrong:

First of all try it incrementally. I.e start of just giving all other users read access

sudo chmod o+r <directory here>

The + means that the read access for other users is set. But it won't change any other settings

If this doesn't work, try giving write access as well

sudo chmod o+w <directory here>

It is unlikely that you will need to adjust execute (x) settings.

It would be easier to help if I knew what the settings were at the moment. You can get these by typing

ls -al <containing directory>

and note the information for the directory of interest which will look something like:

drwxr-xr-x 50 phoynak staff 1700 Jun 5 07:42 <directory>

The bit you are interested in is the drwxr-xr-x. The first letter d indicates it is a directory as opposed to a file. The next three letters specify Read Write eXecute access for the user, the next three for the group, the final three for others. It will be the last three that will be causing you the problem. I'm guessing it may not even have any access for others so that the last three letters appear as three dashes ---

Hope this helps a bit more

Si

go here for more info:
osxfaq
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:25 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2