From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Ephase question. MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 13 Aug 2002 11:57:46 -0400 Topicbox-Message-UUID: dc33bb02-eaca-11e9-9e20-41e7f4b1d025 > I've just got v9fs back and mostly working on Linux (uses 9p still but 3e > ... 4e is next). But I'm going to have the Unix semantics. The shared exec > over a network case is too common not to use the Unix semantics. And arguably you _should_ have the Unix semantics. No one here is saying that one way is required. 9P doesn't say anything about when the remove happens. It's a choice made by some file servers. U9fs just does a Unix remove too, so you'd get Unix semantics there as well. Russ