Recursive chown?

Code: 
chown -R owner_name /path/to/files/*
This would change the ownership of of all files in the /path/to/files/ folder to "owner_name". I think.

Edit: http://publib.boulder.ibm.com/infoce...zahz/chown.htm