NAME seteuid - set the effective uid of of this object SYNTAX int seteuid(string str); DESCRIPTION Set effective uid to str. It is not possible to set it to any string. It can always be set to getuid(), the creator of the file for this object or 0. When this value is 0, then current objects uid can be changed by export_uid(), and only then. But, when the value is 0, no objects can be loaded or cloned by this object. SEE ALSO export_uid, getuid