The chown command changes the owner and/or the group of files and directories.
Examples
Change the owner of "folder1" to "user1".
Change the owner of "folder1" (and its files and sub-directories) to "DOMAIN\user2".
Use the escape character "\" to escape the character "\".
You can also use the double quote character """ to delimit the folder path to escape the character "\".
Change the owner of "folder1" to "user3" and its group to "group3".