From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: "Lyndon Nerenberg (VE6BBM/VE7TFX)" Date: Fri, 26 Feb 2010 12:17:49 -0700 In-Reply-To: <32d987d51002261105t2242b381u7b8d4f533709d078@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] exec permission on plan9 Topicbox-Message-UUID: dcb8591a-ead5-11e9-9d60-3106f5b1d025 > well, you can make it explicit.. path=(/bin) Which really should be the default, or at least path=(/bin .). Putting '.' at the front means that wherever you're cd'ed into a remote directory, every command you run is 9Peeing off to the remote host looking for a command that's most likely not going to be there. When your RTTs get into the 100ms+ range, things quickly get very painful. Fixing path= in /rc/lib/rcmain will make your life a lot happier if you work with a lot of remote 9P mounts. --lyndon