From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] mv vs cp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011007063552.5D39C199E7@mail.cse.psu.edu> Date: Sun, 7 Oct 2001 02:35:49 -0400 Topicbox-Message-UUID: ff65e4e8-eac9-11e9-9e20-41e7f4b1d025 > In this case, a "rename" would have been appropriate. Is it not > possible to determine whether it would work and resort to cp+rm if > it doesn't? How would you determine whether it would work? How would you specify it to the underlying 9P server? Don't use kfs rename; it doesn't move files between directories. Russ