Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.sources.bugs Subject: Re: C program to read VMS back up tapes Message-ID: <2744@umcp-cs.UUCP> Date: Tue, 5-Aug-86 21:15:44 EDT Article-I.D.: umcp-cs.2744 Posted: Tue Aug 5 21:15:44 1986 Date-Received: Wed, 6-Aug-86 02:29:05 EDT References: <351@moncskermit.oz> Organization: Computer Sci. Dept, U of Maryland, College Park, MD Lines: 16 This program (like too many others) does not really let one's umask do its thing. It has in it at least one mkdir(path, 0755); This should be mkdir(path, 0777); unless you have fiddled with the umask. Just something to note for the future.... -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu