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.11.22 Psetegid TOS Name: »Psetegid« - sets the effective group id for the calling process. Gemdosnummer: 324 (0x0144) Deklaration: int32_t Psetegid ( int16_t egid ); Beschreibung: egid specifies the new effective group id for the calling process. Prior to MiNT version 1.12 this call contained a bug affecting its functionality. Setting effective group id needs root privileges. This call is often used by daemon processes to downgrade their privileges to user level. Ergebnis: Returns new egid on success or a negative GEMDOS error code otherwise. Verfügbar: MiNT 1.11 Gruppe: Prozessfunktionen Querverweis: Binding Pseteuid Psetgid Psetregid