Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!rutgers!princeton!rocksvax!oswego!taylor From: taylor@oswego.UUCP (Paul R. Taylor) Newsgroups: net.unix,net.unix-wizards Subject: Re: Programs knowing "root" Message-ID: <811@oswego.UUCP> Date: Mon, 3-Nov-86 09:48:40 EST Article-I.D.: oswego.811 Posted: Mon Nov 3 09:48:40 1986 Date-Received: Tue, 4-Nov-86 07:53:43 EST References: <619@ssc-bee.UUCP> <798@cbmvax.cbmvax.cbm.UUCP> Reply-To: taylor@oswego.UUCP (Paul R. Taylor) Distribution: na Organization: State University of New York at Oswego Lines: 14 Xref: mnetor net.unix:6130 net.unix-wizards:8593 In article <619@ssc-bee.UUCP> bossert@ssc-bee.UUCP (John Bossert) writes: >Can someone supply me with a list of programs depending on the user >with uid==0 having the name "root"? Specifically, I'd like to know >what would break if I renamed "root" to "mother", for example. I'm >primarily concerned with 4.[23] BSD, but the System V information would >be valuable too. we here running 4.[23] BSD and ULTRIX 1.2 have set up multiple users with uid's == 0, the first one that is encountered in the passwd file is what all of the programs that were owned by root are woned by. Eg. if mother has a uid of 0 and comes before root in the passwd file then all of the programs that were owned by root are then owned by mother. other than this strangeness, we have found no problems with having more than one account with a uid == 0.