From owner-freebsd-questions Wed Mar 5 00:16:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA00575 for questions-outgoing; Wed, 5 Mar 1997 00:16:03 -0800 (PST) Received: from rma.edu (rma.edu [207.0.141.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00562 for ; Wed, 5 Mar 1997 00:16:00 -0800 (PST) Received: from alwan ([207.0.141.21]) by rma.edu with ESMTP (IPAD 1.51) id 4851100 ; Wed, 05 Mar 1997 03:20:24 EST Message-ID: <331D2BA0.167EB0E7@rma.edu> Date: Wed, 05 Mar 1997 03:15:28 -0500 From: Michael Alwan X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.1.7-RELEASE i386) MIME-Version: 1.0 To: Nadav Eiron CC: questions@freebsd.org Subject: Re: disk usage reporting X-Priority: 3 (Normal) References: <331BBB00.41C67EA6@rma.edu> <3.0.1.32.19970304130236.00690c6c@rma.edu> <331D2609.65A5@barcode.co.il> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Nadav Eiron wrote: > Installing things while running as root is O.K. For most software, this > is the only way to install. *Using* that software while running as root > is the problem. I haven't used Netscape Communicator, but Netscape > 2.0/3.0 had the cache under the user's home directory. root's home is on > the root file system, other users have their home on /usr by default. > > > USe adduser to create a user in its own group (not wheel). Then, edit > the file /etc/groups and add that user's name on the line for the wheel > group. Then, cleanup root's home moving whatever is applicable to your > new user's home directory. > > > > > Thanks, > > > > Michael > Nadav Nadav: Finally worked out the correct procedure for adding a user with wheel permission. Everything else fell into place after that. Browser, mail and news caches are now in the /usr file system. Thanks for your help! Michael