Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun-barr!apple!oliveb!tymix!rian!dbaird From: dbaird@rian.uucp (David Baird) Newsgroups: comp.unix.questions Subject: mode setting of created file Message-ID: <2259@tymix.UUCP> Date: 24 May 89 01:09:31 GMT Sender: news@tymix.UUCP Reply-To: dbaird@rian.UUCP (David Baird) Distribution: comp.unix.questions Organization: Tymnet NTD, San Jose CA Lines: 19 This question concerns those of us here who maintain the sun unix operating system we developers have recently switched to. We are by and large new to the environment. What we need to know is how to change what default mode settings are given to a file when created. currently all users create a file with the mode: -rw-r--r-- we want to change this to: -rw-rw-r-- what command does this. nothing is referenced to in this regard in the chmod man page. so far, this is the only way to change the mode after creating the file: chmod g+w is there a way to avoid that step and have the mode -rw-rw-r-- whenever a file is created? please email your reply as i do not regularily read this news group. thanks. .