From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 14 Sep 2004 00:27:18 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] u9fs -u In-Reply-To: <20040910214740.GC2445@viezure> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040910214740.GC2445@viezure> Topicbox-Message-UUID: e2069470-eacd-11e9-9e20-41e7f4b1d025 > how is the -u switch supposed to work when u9fs is run as root ? it's supposed to work when u9fs is *not* run as root. it's meant for personal use on machines where you can't run as root. > term% 9fs 172.16.13.1 unix > post... > term% touch unix/heyya > term% ls -l unix/heyya > --rw-r--r-- M 71 root adi 0 Sep 10 00:24 unix/heyya > ^^^^ > > the userchange() function has been changed to always succeed without > doing anything at all when 'defaultuser' is set - is that right ? yes, but only because it means something other than what you expect it to mean. russ