1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\" Fri Apr 2 11:32:09 MET DST 1993
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 .\" GNU General Public License for more details.
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
25 .\" Modified Sun Jul 25 10:46:28 1993 by Rik Faith (faith@cs.unc.edu)
26 .\" Modified Sun Aug 21 18:12:27 1994 by Rik Faith (faith@cs.unc.edu)
27 .\" Modified Sun Jun 18 01:53:57 1995 by Andries Brouwer (aeb@cwi.nl)
28 .\" Modified Mon Jan 5 20:24:40 MET 1998 by Michael Haardt
29 .\" (michael@cantor.informatik.rwth-aachen.de)
30 .TH PASSWD 5 2018-04-30 "Linux" "Linux Programmer's Manual"
32 passwd \- password file
36 file is a text file that describes user login accounts for the system.
37 It should have read permission allowed for all users (many utilities, like
39 use it to map user IDs to usernames), but write access only for the
42 In the good old days there was no great problem with this general
44 Everybody could read the encrypted passwords, but the
45 hardware was too slow to crack a well-chosen password, and moreover the
46 basic assumption used to be that of a friendly user-community.
47 These days many people run some version of the shadow password suite, where
49 has an \(aqx\(aq character in the password field,
50 and the encrypted passwords are in
52 which is readable by the superuser only.
54 If the encrypted password, whether in
58 is an empty string, login is allowed without even asking for a password.
59 Note that this functionality may be intentionally disabled in applications,
60 or configurable (for example using the "nullok" or "nonull" arguments to
63 If the encrypted password in
65 is "\fI*NP*\fP" (without the quotes),
66 the shadow record should be obtained from an NIS+ server.
68 Regardless of whether shadow passwords are used, many system administrators
69 use an asterisk (*) in the encrypted password field to make sure
70 that this user can not authenticate themself using a
72 (But see NOTES below.)
74 If you create a new login, first put an asterisk (*) in the password field,
79 Each line of the file describes a single user,
80 and contains seven colon-separated fields:
84 name:password:UID:GID:GECOS:directory:shell
88 The field are as follows:
91 This is the user's login name.
92 It should not contain capital letters.
95 This is either the encrypted user password,
96 an asterisk (*), or the letter \(aqx\(aq.
99 for an explanation of \(aqx\(aq.)
104 login account (superuser) has the user ID 0.
107 This is the numeric primary group ID for this user.
108 (Additional groups for the user are defined in the system group file; see
112 This field (sometimes called the "comment field")
113 is optional and used only for informational purposes.
114 Usually, it contains the full username.
115 Some programs (for example,
117 display information from this field.
119 GECOS stands for "General Electric Comprehensive Operating System",
120 which was renamed to GCOS when
121 GE's large systems division was sold to Honeywell.
122 Dennis Ritchie has reported: "Sometimes we sent printer output or
123 batch jobs to the GCOS machine.
124 The gcos field in the password file was a place to stash the
125 information for the $IDENTcard.
129 This is the user's home directory:
130 the initial directory where the user is placed after logging in.
131 The value in this field is used to set the
133 environment variable.
136 This is the program to run at login (if empty, use
138 If set to a nonexistent executable, the user will be unable to login
141 The value in this field is used to set the
143 environment variable.
147 If you want to create user groups, there must be an entry in
149 or no group will exist.
151 If the encrypted password is set to an asterisk (*), the user will be unable
154 but may still login using
156 run existing processes and initiate new ones through
160 or mail filters, etc.
161 Trying to lock an account by simply changing the
162 shell field yields the same result and additionally allows the use of