My problem was that I had to change the permissions on some files almost every day. The files were created by one admin account on my Mac, but I had to then modify them on another admin account. Instead of Command+i and lots of clicks, I came up with a simpler solution using a script.Here's the code: <blockquote>set pathWithSpaces to "/Users/username/Documents/whatever"</blockquote><blockquote>do shell script "sudo chmod -R 775 "& quoted form of pathWithSpaces with administrator privileges</blockquote>
Note: This is Club MacMost exclusive content. To view this video click the thumbnail below to go to the post as Patreon.com. Once there you will be able to view the video as long as you are logged into your Patreon account and a current supporter of MacMost at the "Club MacMost" or higher level.