From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 28 Oct 2008 22:41:58 +0100 From: "Rudolf Sykora" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41cff9c1e1818e4fa7638332331f9cc0@quintile.net> Subject: Re: [9fans] @{cd ...} breaks completion with ctrl-f/ins; help needed Topicbox-Message-UUID: 2a475f34-ead4-11e9-9d60-3106f5b1d025 > When a rc forks a subshell the child shares the namespace with the parent. > If you want the child rc to divorce its namespace from the parent, have it > issue 'rfork n'. This is true, but I am afraid it doesn't have much connection to the problem. Even if you 'rfork n' (and have a copy of the namespace) the file /dev/wdir is simply the same file in both namespaces... Ruda