Path: utzoo!attcan!uunet!decwrl!sgi!arc@thyme.wpd.sgi.com From: arc@thyme.wpd.sgi.com (Andrew Cherenson) Newsgroups: comp.sys.sgi Subject: Re: chown thru multiple directories Message-ID: <63579@sgi.sgi.com> Date: 7 Jul 90 20:59:29 GMT References: <9007052117.aa00502@VGR.BRL.MIL> Sender: arc@thyme.wpd.sgi.com Reply-To: arc@sgi.com (Andrew Cherenson) Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 18 In article <9007052117.aa00502@VGR.BRL.MIL> JORDAN@gmr.COM writes: >Is there a command available that will change the owner and group >of every file in the current directory, and every file & directory >below the current directory? > >Or will I have to write my own shell program? > >Any assistance appreciated!! > >t p mugabi-jordan >1151 crooks road >troy, michigan 48084 >gm - systems engineering center >(313) 280 6766 IRIX 3.3 has the BSD version of chown(1) and chgrp(1). With the -R option, "the command recursively descends its directory arguments setting the specified owner or group."