From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <41F879E20001AB4E@stateless1.tiscali.cz> References: <41F879E20001AB4E@stateless1.tiscali.cz> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: arisawa@ar.aichi-u.ac.jp Subject: Re: [9fans] allow Date: Mon, 7 Feb 2005 16:32:18 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 0431c888-ead0-11e9-9d60-3106f5b1d025 > this works for me on fossil like 'disk/kfscmd allow' does on kfs: > > term% con /srv/fscons > prompt: uname adm +pac > prompt: uname adm -pac > > > however, is this the right way to temporarily circumvent permissions?? > term% mkdir /n/f # need only once term% echo srv -APW f | con /srv/fscons term% 9fs f term% then you can do every thing without permission in /n/f/* this is very very convenient. and I have a script named "-f", the usage example is -f chgrp staff foo You will find the code at /n/source/arisawa/misc/-f Kenji Arisawa