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?
Asked
Active
Viewed 21 times
0
-
1You did notice the link to the duplicate which answers your question at the top…? – deceze Sep 06 '21 at 07:40
-
yes got it. Thanks – Rushikesh Korde Sep 11 '21 at 16:57