![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| /etc/passwd file been deleted | gera_sachin125 | SUN Solaris | 5 | 02-11-2008 09:36 AM |
| help in /etc/passwd file | useless79 | Shell Programming and Scripting | 4 | 09-19-2007 02:23 AM |
| Help! passwd file corrupted | Tony Montana | UNIX for Dummies Questions & Answers | 2 | 05-21-2005 05:45 AM |
| passwd file corrupted | cantona7 | HP-UX | 10 | 03-21-2005 11:06 AM |
| passwd file contents | kswaraj | UNIX for Dummies Questions & Answers | 5 | 07-07-2004 08:32 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
/etc/passwd file
hi
Does anyone anyone know what the last line of a unix user passwd file signifes? Mine shows "+:::::" best |
| Forum Sponsor | ||
|
|
|
|||
|
Hi, I'm not sure why you would have that there.
It looks to be an incomplete entry for a user called "+" and is missing, apart from obvious things such as the uid and gid, but also the final seperator. What OS are you using? I would say initially take a look at the timestamp on the file and see when it changed and perhaps see who was on at that time with last. I guess also check if anything else was changed at the same time as that passwd file, maybe something you installed or someone else. I would also say for cleanliness purposes, take a backup of the file and remove that entry. If you notice anything breaking then investigate further as the best learning always comes from breaking things ![]() Thanks Quote:
|
|
||||
|
actually, the "+" in the last line in /etc/passwd tells the system to reference NIS ... here are some Google search entries you might want to take a look at ... good luck!
|