
        seteuid(3)              MudOS v21c2             (5 Sep 1994)

	名稱:
		seteuid() - 設定一個物件的有效使用者識別名稱 (effective
			    user id, euid)
	語法:
		int seteuid( string str );

		整數 seteuid( 字串 str );
	用法:
		設定有效使用者識別名稱為 str  的內容. 在 master.c 中的
		valid_seteuid() 函式決定著一個物件的有效使用者識別名稱
		可以設定為何.

		當一個物件的有效使用者識別名稱為 0, 則這個物件的使用者
		識別名稱 (uid)  只能用 export_uid() 更改.

		同時, 這個物件不能載入或是複製任何物件.
	參考:
		export_uid(3), getuid(3), geteuid(3), this_object(3),
		valid_seteuid(4)
	翻譯:
		Spock @ FF	97.Jul.20.		(printed 3/16/95)
