Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!whuxl!whuxlm!akgua!gatech!seismo!harvard!talcott!panda!genrad!decvax!bellcore!ulysses!allegra!alice!ark From: ark@alice.UUCP Newsgroups: net.unix-wizards Subject: Re: a question on open() and lseek() Message-ID: <5307@alice.uUCp> Date: Mon, 14-Apr-86 15:45:37 EST Article-I.D.: alice.5307 Posted: Mon Apr 14 15:45:37 1986 Date-Received: Sun, 20-Apr-86 18:29:46 EST References: <2594@brl-smoke.ARPA> Organization: Bell Labs, Murray Hill Lines: 3 If you open a file saying O_APPEND, you can only write the file at the end. Thus, if you intended later to seek into the middle somewhere and write, you're out of luck.