[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Return effective user ID
Source position: oldlinux.pp line 1371
function GetEUid: LongInt; |
Get the effective user ID of the currently running process.
None.
|
Return current user ID |
Program Example17; { Program to demonstrate the GetUid and GetEUid functions. } Uses oldlinux; begin writeln ('User Id = ',getuid,' Effective user Id = ',geteuid); end.
No notes exist for this page yet.