Could someone with a Mac help me with this?
In Linux I can set the permissions of NEWFILE to be the same as the permissions of OLDFILE with the command:
Code:
chmod --reference=OLDFILE NEWFILE
Does this work on the Mac, or is there another way to do it?