On Mon, 2003-06-16 at 03:28, Jon Haugsand wrote:
> * Johnie Stafford
> >         find / -uid 500 -exec chown <username> {} \;
> 
> If you run this overnight, it may be ok, but the following is
> significantly faster:
> 
> find / -uid 500 -print0 | xargs -0 chown <username>

Thanks, Jon! I already went the other way, and it didn't take all that
long...maybe a few minutes. I guess I hadn't done much on this
workstation. ;0)

I'm keeping your tip for the future, too. Thanks for responding.

T


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to