Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mimsy!eneevax!umd5!brl-adm!adm!Hampton@DOCKMASTER.arpa From: Hampton@DOCKMASTER.arpa Newsgroups: comp.unix.wizards Subject: Re: umask under 4.3 Message-ID: <7578@brl-adm.ARPA> Date: Thu, 28-May-87 21:05:48 EDT Article-I.D.: brl-adm.7578 Posted: Thu May 28 21:05:48 1987 Date-Received: Sat, 30-May-87 11:26:47 EDT Sender: news@brl-adm.ARPA Lines: 12 Jon, I did a similar thing on 4.2 BSD. I made three changes. The first two changes were to the default umask values in 'sh' and 'csh'. The third change was to the kernel, affecting all files created by creat() where the protection was not specified. This value is somewhere in /sys/sys, I believe. Look for a definie for UMASK. (I made this change some five months ago, so the details are fuzzy. I can check at work tomorrow.) David R. Hampton