Copyright Digital Equipment Corp. All rights reserved.

chown

   Changes the user ID and group ID of the specified file.

   Format

     #include  <unistd.h>

     int chown  (const char *file_spec, uid_t owner, gid_t group);
 


Additional information available:

Arguments       Return_Values