What does a plus + at the beginning of a line in the /etc/passwd UNIX / Linux password file signify?
Q. I’m new to UNIX and we are using HP-UX and Solaris system here. What does a plus (+) or a minus (-) at the beginning of a line in the password (/etc/passwd) file signify?
A. The /etc/passwd file under UNIX/Linux operating system can have + or – minus symbol. The password file can contain entries beginning with a + (plus sign) or - (minus sign) to selectively incorporate entries from another naming service source, such as NIS, NIS+, or LDAP.
According to man page:
A line beginning with a plus (+) is used to incorporate entries from the Network Information System. There are three styles of + entries:
- + : Insert the entire contents of the Network Information System password file at that point;
- +name : Insert the entry (if any) for name from the Network Information System at that point
- +@name : Insert the entries for all members of the network group name at that point.
- If a + entry has a non-null password, directory, gecos, or shell field, they override what is contained in the Network Information System. The numerical user ID and group ID fields cannot be overridden.
The passwd file can also have lines beginning with a minus (-), which disallow entries from the Network Information System. There are two styles of - entries:
- -name : Disallow any subsequent entries (if any) for name.
- -@name : Disallow any subsequent entries for all members of the network group name.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Freebsd changing password
- Linux set or change user password how to
- Explain Usage Of The Linux Left Bracket /usr/bin/[ Command
- UNIX / Linux: Absolute Pathnames
- Linux locking an account
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



Recent Comments
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments
Yesterday ~ 1 Comment