RTEMS  5.1
Functions
chown.c File Reference

Change Owner and Group of a File. More...

#include <unistd.h>
#include <rtems/libio_.h>

Functions

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

Detailed Description

Change Owner and Group of a File.

Function Documentation

◆ chown()

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

POSIX 1003.1b 5.6.5 - Change Owner and Group of a File