Jan 16, 2009 #1 cnull MIS Oct 30, 2003 56 US Hey has anyone had to force a set of rights to log files before? For example I need to for 640 on certain log files on SOL10 due to securtiy concerns. I thought that the sticky bit might do it, but I am not familiar enough with it to be sure. Please HELP!! Thanks Chris
Hey has anyone had to force a set of rights to log files before? For example I need to for 640 on certain log files on SOL10 due to securtiy concerns. I thought that the sticky bit might do it, but I am not familiar enough with it to be sure. Please HELP!! Thanks Chris
Jan 16, 2009 #2 SamBones Programmer Aug 8, 2002 3,186 US Look into the "[tt]umask[/tt]" command. That controls the default permissions on a file when it's created. Upvote 0 Downvote
Look into the "[tt]umask[/tt]" command. That controls the default permissions on a file when it's created.