Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!att!cbnewsl!wag1 From: wag1@cbnewsl.att.com (d.wagley) Newsgroups: comp.sys.next Subject: Re: New HP machines Bad News for NeXT?? Summary: recursive chown Message-ID: <1991May21.115317.13351@cbnewsl.att.com> Date: 21 May 91 11:53:17 GMT References: <1991May20.143857.1071@hulaw1.harvard.edu> <29488@hydra.gatech.EDU> Distribution: na Organization: AT&T Bell Laboratories Lines: 13 In article <29488@hydra.gatech.EDU>, gt1111a@prism.gatech.EDU (Vincent Fox) writes: > 2) no recursive options on many commands. Try to chown or chgrp a whole > directory sometime. Try: $ find dir -exec chown john {} \; Where dir is the top of the directory tree that you want to change, and john is the id that you want to change to. Works on every Unix system I've ever used, including HP-UX. Doug