for file in `find / -uid 1344` do sudo chown -v condor "$file" done for file in `find / -gid 1610` do chown -v :condor "$file" done