From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <864o5r623j.fsf@cmarib.ramside> References: <8662qej52i.fsf@cmarib.ramside> <86d3km6qz0.fsf@cmarib.ramside> <20110416182213.8E1D5B849@mail.bitblocks.com> <864o5r623j.fsf@cmarib.ramside> Date: Thu, 21 Apr 2011 08:49:54 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Q: moving directories? hard links? Topicbox-Message-UUID: d1e85cf0-ead6-11e9-9d60-3106f5b1d025 On Thu, Apr 21, 2011 at 8:44 AM, wrote: > I'm trying to create a data structure in the form of a directed acyclic > graph (DAG). =A0A file system would be an ideal way to represent the data= , > except that P9 exposes no transaction to give a node more than one name. warning: i'm going to try to talk about graphs. This usually ends in tears. A file system is a DAG I believe. There is way to give something more than one name: mkdir in the directory that contains it, it has the name you give it. cd into it, and as far as you're concerned it has the name '.'. Is this enough? ron