On Jun 29, 2007, at 12:43, Chris St. Pierre wrote: > find / -owner $old_uid | xargs chown $2 Be careful with paths with spaces with this line. Depending on the version of find(1) that is being used it may be desirable to use the "-exec" option instead of xargs(1).