
	creator_file(4)		MudOS v21c2		(5 Sep 1994)

	名称:
		creator_file - 对一个新创造的物件指定其使用者识别名称
			       (user id, uid).
	语法:
		string creator_file(string filename);

		字串 creator_file( 字串 file_name );
	用法:
		每次创造一个新的物件时, 会呼叫主宰物件中 
		(master object) 的 creator_file() 函式. 此物件的档案
		名称是 creator_file() 函是唯一的参数. 而 creator_file
		传回的字串是此物件设定的使用者识别名称. 如果编译驱动
		程式时, 於 options.h 开启了 AUTO_SETUID , 则用同一个
		识别名称作为此物件的有效使用者识别名称 (effective
		user id, euid)

		唯一的例外: 如果编译驱动程式时, 开启了 
		AUTO_TRUST_BACKBONE , 而 creator_file() 传回骨干使用
		者识别名称 (backbone uid)［与主宰物件中 get_bb_uid()
		传回的值相同］, 则此物件的使用者识别名称和有效使用者
		识别名称都以载入它的物件为准.
	参考:
		seteuid(3), new(3), clone_object(3), call_other(3)
	翻译:
		Spock @ FF	97.Aug.6.		(printed 3/16/95)
