Set the current user ID.
Source position: bunxh.inc line 57
function FpSetuid( |
uid: TUid |
):cint; |
fpSetUID sets the user ID of the current process. This call will only work if it is executed as root, or the program is setuid root.
On success, zero is returned, on error -1 is returned.
Extended error information can be retrieved with fpGetErrNo.
|
Return real group ID. |
|
|
Return current user ID. |
|
|
Return effective user ID. |
|
|
Return effective group ID. |
|
|
Return current process ID. |
|
|
Return parent process ID. |
|
|
Set the current group ID. |