•  Back 
  •  File functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File5.10.11  Ffchown                                                   TOS

 Name:         »Ffchown« - Changes ownership of an open file to uid 
               and gid respectively.

 Opcode:       257 (0x0101)

 Syntax:       int32_t Ffchown ( int16_t fd, int16_t uid, int16_t gid 
               );

 Description:  This function changes ownership of an open file to uid 
               and gid respectively.

               A non-privileged process can only change the ownership 
               of a file that is owned by this user to the effective 
               group id of the process or one of its supplementary 
               groups.

 Return value: Returns E_OK on success or a negative GEMDOS error code 
               otherwise.

 Availability: Available as of FreeMiNT version 1.15.2

 Group:        File functions

 See Also:     Binding   Ffchmod   Fchown