Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: re: writing readable files Message-ID: <9236@ucbvax.ARPA> Date: Mon, 22-Jul-85 12:59:20 EDT Article-I.D.: ucbvax.9236 Posted: Mon Jul 22 12:59:20 1985 Date-Received: Thu, 25-Jul-85 00:01:04 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 22 From: Provan@LLL-MFE.ARPA Ah! I distinctly remember being able to write readable files, and now both of you have reminded me how. Unfortunately, I'd really like to protect the file against other writers. Unless RMS rejects subsequent opens with less sharability, it would seem that the log file writer would end up out in the cold if a casual writer, like a text editor, came along and read the file without any sharability options. Does RMS reject such opens? The manual says nothing about it. If it does, I guess I can put up with other programs, like multiple invocations of the same program, writing the same log file at the same time, although this isn't really desirable. Also, the manual says RMS supports file sharing for relative files, for indexed files, and for sequential files with 512-byte fixed-length records. Does this just mean that the support for other sequential files is only half ass?