From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 24 May 2004 16:35:06 -0400 From: Ishwar Rattan To: 9fans@cse.psu.edu In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] A question on fossil-FS?? Topicbox-Message-UUID: 86b3f5d6-eacd-11e9-9e20-41e7f4b1d025 I need a little pointer to using command that modify files when terminal is installed with fossil-FS. echo 'srv -AWP fs.noauth' >> /srv/fscons mount /srv/fs.noauth /n/boot Unprotected view of FS is via /n/boot If one wants to delete /amd/keys rm /n/boot/adm/keys 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 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??? -ishwar