From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <520c942f68a5ad26ff5417af917a4b49@plan9.bell-labs.com> From: David Presotto To: t.lankots@aprote.ee, 9fans@cse.psu.edu Subject: RE: [9fans] Installed Plan 9, now what? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 8 Dec 2003 07:48:25 -0500 Topicbox-Message-UUID: 9cad9a6e-eacc-11e9-9e20-41e7f4b1d025 I use the following: fn clientmount { echo 'srv -AWP replica'>>/srv/fscons;chmod 600 /srv/replica; mount -c /srv/replica /n/kfs } -AWP wasn't possible originally, it got added later. The chmod is there just so you can let others login once you've started this without giving them access to everything.