My question is: is there a command that I can issue (as root, presumably) that will go through an entire directory (including all the subs and files in each), changing the ownership of everything to what I specify (e.g., root/users or gerald/users, perhaps)?
find /wherever -print0 | xargs -0 chown gerald.users