RTEMS  5.1
Functions
fchown.c File Reference

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

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

Functions

int rtems_filesystem_chown (const rtems_filesystem_location_info_t *loc, uid_t owner, gid_t group)
 
int fchown (int fd, uid_t owner, gid_t group)
 

Detailed Description

Change Owner and Group of a File.

Function Documentation

◆ fchown()

int fchown ( int  fd,
uid_t  owner,
gid_t  group 
)

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