Skip to main content
Solved

How to change user Folder permissions using Jamf?

  • February 21, 2022
  • 1 reply
  • 57 views

Forum|alt.badge.img+1

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 

Best answer by BWonderchild

Could do a Files + Processes > Execute Command:

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

1 reply

BWonderchild
Forum|alt.badge.img+9
  • Contributor
  • Answer
  • February 21, 2022

Could do a Files + Processes > Execute Command:

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