From owner-freebsd-questions Wed Jan 5 14:32: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.cti.gr (kronos.cti.gr [150.140.1.25]) by hub.freebsd.org (Postfix) with SMTP id E52B71547E for ; Wed, 5 Jan 2000 14:32:00 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: (qmail 13423 invoked from network); 5 Jan 2000 22:31:46 -0000 Received: from unknown (HELO localhost.hell.gr) (150.140.30.46) by kronos.cti.gr with SMTP; 5 Jan 2000 22:31:46 -0000 Received: (qmail 539 invoked by uid 1001); 5 Jan 2000 21:38:31 -0000 Date: Wed, 5 Jan 2000 23:38:31 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: window manager question Message-ID: <20000105233831.A391@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <74489.947003811@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 04, 2000 at 04:53:48PM +0000, Jonathon McKitrick wrote: > > On Tue, 4 Jan 2000, Sheldon Hearn wrote: > >shell -- you will get weird and unexpected behaviour if you give the two > >different home directories. > > hmmm.. i thought 'toor' should have a home account for maintenance > activities, right? Or wrong? That's where i leave my scripts for cvsup > and kernel compiling. I thought the idea was to use root only for > emergencies, and minimizing the number of writes to the root partition. Not quite on the spot, but close. There is a couple of usernames, namely `root' and `toor' that have the same user-id (0), and their HOME directory is set in /etc/master.passwd to be the same. Their difference is the shell that they get automatically fired up when they log into the system. If you're into CSH, you can use `root' for your system maintenance work. If, on the other hand, you prefer the Bourne shell you can use `toor' (which has /bin/sh as it's shell). Despite this little difference though, both these users have a user-id of zero, which gives them superuser rights once they login. None of these accounts is suitable for every day work. This is true because of the many perils that await at the end of the "command line" of a root user which typed accidentally the wrong command in an inappropriate current working directory. Do yourself a favour, and create an account without superuser priviledges, with a name of your choise, and use that for playing around with X11, WindowMaker, or anything else. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message