Set the user-id of the current process
Int_Type setuid (Int_Type id)
The setuid function sets the effective user-id of the current process. It returns zero upon success, or -1 upon error and sets errno appropriately.
This function is not supported by all systems.