On 11 Jul 2012, at 21:37 , Jeffrey Hergan <[email protected]> wrote:
> This is a basic question about something I used to know. > I'm trying to share my home directory and everything in it with another admin > user. Open up the /User folder in the finder. Select your home folder and chose “Get Info” (command-I) In the permissions section, click the lock and enter your password. Click the ‘+’ and add the other admin user If they need write access, change the Read Only to “Read & Write” for that user. Choose the gear icon and “Apply to enclosed items" > If so, what is the exact command from terminal.app please. >From Terminal.app the command would be # chmod -R +a “user2 allow read” ~ (Yes, using ACLs is the better way to go than modifying the base unix permissions.) -- He glanced cautiously at the dancing shapes, which made weird and worrying shapes on the far wall - strange biped animals, eldritch underground things... Carrot sighed. 'Stop making shadow pictures, Detritus.' _______________________________________________ Osx-nutters mailing list [email protected] http://lists.tit-wank.com/mailman/listinfo/osx-nutters
