Gentoo Archives: gentoo-dev

From: Matthew Kennedy <mkennedy@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] possible confusion...
Date: Sat, 21 Sep 2002 11:43:38
Message-Id: 878z1vuwcn.fsf@gentoo.shacknet.nu
In Reply to: [gentoo-dev] possible confusion... by adam
1 adam <adam@×××××××××××.com> writes:
2
3 > howdy...i was just reading through the FAQ and noticed the following:
4 >
5 > ===========================
6 > How do i add a normal user?
7 >
8 > Everyone seems to think that i shouldn't be using root for everyday use, how
9 > can i add another user?
10 >
11 > The command adduser gentoo will add a user called gentoo. The next step is to
12 > give this user a password and passwd will do exactly that.
13 > ===========================
14 >
15 > if i'm root, and i type these commands as you have outlined them here, i will
16 > change the root password only, unless gentoo has modified adduser to su to
17 > the added user by default...
18
19 The man page for passwd describes this, but basically:
20
21 $ passwd
22
23 Changes the password for whatever user you are.
24
25 $ passwd username
26
27 Changes the password for "username".
28
29 Matt
30
31 --
32 Matthew Kennedy
33 Gentoo Linux Developer
34 Bugs go to http://bugs.gentoo.org!
35
36 Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6C25B0A2
37 Finger Print: 0C61 0CBC C669 5F26 8DBF 006D FBAB 30EA 6C25 B0A2