T thurstmw macrumors newbie Original poster May 30, 2011 #1 I am trying to make a dmg file un-deleteable while keeping it R/W. Found that I should be able to do this with "chflags sunlnk 'file'.dmg" but I keep getting the error "chflags: invalid flag: sunlnk" I am rocking 10.6.7. Any suggestions? Last edited: May 31, 2011
I am trying to make a dmg file un-deleteable while keeping it R/W. Found that I should be able to do this with "chflags sunlnk 'file'.dmg" but I keep getting the error "chflags: invalid flag: sunlnk" I am rocking 10.6.7. Any suggestions?
T thurstmw macrumors newbie Original poster May 31, 2011 #2 Incase anyone is interested the folks on hard helped me out. Here is how to do it chmod +a "<user/group> deny delete" <file> Last edited: May 31, 2011
Incase anyone is interested the folks on hard helped me out. Here is how to do it chmod +a "<user/group> deny delete" <file>