From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Another 9P2000 question From: "Russ Cox" Date: Tue, 10 Apr 2007 23:00:01 -0400 In-Reply-To: <461C4A2C.50409@tecmav.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070411030008.A31421E8C1C@holo.morphisms.net> Topicbox-Message-UUID: 449af550-ead2-11e9-9d60-3106f5b1d025 > In the attached log of the "adri" host I noted > Twalk messages with "lc" "ls" and "mc" wname[s] > values. > > Are they normal or there is a bug in my server ? They are normal. The default path in rc is (. /bin) so if you type lc in /n/adri, first rc looks for lc in that directory, then /bin/lc. Russ