How to change user Folder permissions using Jamf?

LowTier
New Contributor

Hello, Sorry for the really basic question, I'm new here

I need to create a policy to give users read/write permissions to the following folder:

/Library/Application\ Support/Adobe/Color/Profiles/Recommended

It won't be for 1 specific user, so I'd like to eventually have it available as a Self Service button.

What is the command or script to do this please if anyone can help I'd really appreciate it!

They are all mobile accounts managed by Jamf.

thanks 

1 ACCEPTED SOLUTION

BWonderchild
New Contributor III

Could do a Files + Processes > Execute Command:

/bin/chmod -f o+w /Library/Application/Support/Adobe/Color/Profiles/Recommended

View solution in original post

1 REPLY 1

BWonderchild
New Contributor III

Could do a Files + Processes > Execute Command:

/bin/chmod -f o+w /Library/Application/Support/Adobe/Color/Profiles/Recommended