From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <736a4e0c78466e06ed007d90655c73f8@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu Subject: RE: [9fans] Installed Plan 9, now what? From: YAMANASHI Takeshi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 9 Dec 2003 16:55:04 +0900 Topicbox-Message-UUID: 9e1cc352-eacc-11e9-9e20-41e7f4b1d025 > fn clientmount { echo 'srv -AWP replica'>>/srv/fscons;chmod 600 /srv/replica; mount -c /srv/replica /n/kfs } There is a window in this script if the creation mode of /srv/replica is not 600, is it? Actually, the mode is 600 and the window is always closed. My concern is what would be the solution if the mode has not been 600? -- YAMANASHI Takeshi