I just woke up and haven't had any coffee yet, this may need fine tuning

chmod -R ugo+r /Users/homedir
chmod ugo+x /Users/homedir
find /Users/homedir -type d -exec chmod ugo+x "{}" \;

 - Milo


On Jul 11, 2012, at 10:37 PM, Jeffrey Hergan 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.
> File sharing seems to allow access to some items, but not others.
> Can I just use chmod to recursively change permissions so that these files 
> can be accessed by both users (there are only 2 on the computer and securioty 
> is not an issue).
> If so, what is the exact command from terminal.app please.
> As always, my sincerest thanks, folks.
> Jeff
> _______________________________________________
> Osx-nutters mailing list
> [email protected]
> http://lists.tit-wank.com/mailman/listinfo/osx-nutters

_______________________________________________
Osx-nutters mailing list
[email protected]
http://lists.tit-wank.com/mailman/listinfo/osx-nutters

Reply via email to