sudo(8) chown.1posix -R chrx:chrx /home/chrx/.zef
execute a command as another user
change the file ownership
-R     Recursively  change  file  user and group IDs. For each file operand that names a directory, chown
       shall change the user ID (and group ID, if specified) of the directory and all files in  the  file
       hierarchy  below  it. Unless a -H, -L, or -P option is specified, it is unspecified which of these
       options will be used as the default.
source manpages: sudochown