From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 24 May 2004 17:19:32 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] A question on fossil-FS?? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: 86c1613a-eacd-11e9-9e20-41e7f4b1d025 > If one wants to create a file /sys/log/cron then how to do it > as cd /n/boot/sys/log and trying create doesn't work. what do you mean? what error do you get? >/n/boot/sys/log/cron chmod +alrw /n/boot/sys/log/cron should work just fine. > What is an easy way to do things? For example, to execute the > command > > aux/ssh_genkey > > always tries as /sys/.. and results in permission denied. > Is there a way to bind /n/boot to '/' and then unbind(?) it??? you could draw a new window, bind /n/boot /, do your work, and then delete the window. alternately, you could bind /n/boot/sys /sys and then unmount /sys. the best solution is putting yourself in the sys group and not using the /srv/fs.noauth kludge.