Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site dciem.UUCP Path: utzoo!dciem!msb From: msb@dciem.UUCP (Mark Brader) Newsgroups: net.sources Subject: Re: checkmail (a cute little mailchecking utility) Message-ID: <1920@dciem.UUCP> Date: Mon, 18-Aug-86 19:02:28 EDT Article-I.D.: dciem.1920 Posted: Mon Aug 18 19:02:28 1986 Date-Received: Mon, 18-Aug-86 21:51:20 EDT References: <561@sunybcs.UUCP> <996@hoptoad.uucp> <1256@uwmcsd1.UUCP> Reply-To: msb@dciem.UUCP (Mark Brader) Organization: NTT Systems Inc., c/o DCIEM, Toronto Lines: 8 Summary: > > To start up the system, you will have to create the .m file ... > Another coupla ways is to cp /dev/null .m , or ... Not safely portable. On some versions of UNIX (V7 at least), cp copies the mode as well as the contents, without regard to your umask, so you end up with .m world-writable. Of course, for sh users, >.m is simplest. Mark Brader