Command: chown <coder> <dir>
 
Change owner of the directory specified.
This changes the owner of a specific directory. Only the owner can modify
the access to any given directory, excluding co-admins and admins. The owner
of the directory has read and write privs to the specific directories. The
owner of the directory is copied to sub directories through the recursive
chmod command.
 
Examples:
  chown kieve ./
 
See also:  chmod, privs
