in reply to Recursive chown?
use File::Finder; my $uid = getpwnam "user"; chown $uid, -1, File::Finder->in("path"); [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.