Comment on Setting up a new Mac for developmentparentComments−tzs12ySomething like this should work to allow access to /usr/local without changing the traditional Unix permissions: chmod +a 'user:YOUR_NAME_HERE allow add_subdirectory,add_file,delete_child,directory_inherit' /usr/local
Comments
Something like this should work to allow access to /usr/local without changing the traditional Unix permissions: