0

I have a system level process running on mac . I can create a file using f = open(path,"w+") in python But I want this file to be editable only by system/admin and not user. How to achieve this in MAC using python?

0 Answers0