From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] Novice question - run as other In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Wed, 17 Mar 2004 10:03:53 -0700 Topicbox-Message-UUID: 33cb3820-eacd-11e9-9e20-41e7f4b1d025 >My question was how to do the same from rc. >@{echo -n none > '#c/user' ; while() {sleep 1} } >succeeds but does not change the owner of the process. Why? well, seems it would be bad if all you had to do to change userid was echo into '#c/user' So, starting from that, the why should be apparent. ron