Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.9.11 Ffchown TOS Name: »Ffchown« - changes ownership of an open file to uid and gid respectively. Gemdosnummer: 257 (0x0101) Deklaration: int32_t Ffchown ( int16_t fd, int16_t uid, int16_t gid ); Beschreibung: 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. Ergebnis: Returns E_OK on success or a negative GEMDOS error code otherwise. Verfügbar: Available as of FreeMiNT version 1.15.2 Gruppe: Dateifunktionen Querverweis: Binding Ffchmod Fchown