How to change directory owner recursively

$ chown -R [user]:[group] [directory]

Command
chown
Description
Change the owner (user:group) of a directory and all its contents. Usage: chown -R user:group dir
Deep Dive
-R (Recursive) must be capitalized.