From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 28 Jan 2005 22:15:19 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] mkstemp() In-Reply-To: <018001c505af$b65ab220$06597d50@kilgore> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000501c50540$0cfdc290$0200000a@urjc1> <20050129030207.24388.qmail@g.galapagos.bx.psu.edu> <018001c505af$b65ab220$06597d50@kilgore> Topicbox-Message-UUID: 3854adbc-eace-11e9-9e20-41e7f4b1d025 > other deal is to remove the file, freeing up the name after its creation (if i have my 9P right). if you remove the file, it's up to the file server whether you can still access it with the open fd. the plan 9 disk file servers (kfs, ken fs, fossil) don't let you. russ