Hello, I would like to change the owner of an entire directory structure, including the files. chown -R otheruser ~origuser/Documents/ only changes the directories in the structure, not the files. How do I include them in the command?