The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-28-2007
quintet quintet is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 94
Clarification on /etc/passwd file entry

Hi,

I am working on a UNIX AIX system and all the entries in /etc/passwd file are in the following format..

root:!:0:0::/:/usr/bin/ksh

I have an idea abt each field, but I am confused abt the values in the second field.

If the value of the second filed is 'x' then it means the password is stored in /etc/shadow file.

* means you cant login using this id in unix login prompt

but what does the value '!' means?

and I checked, there is no /etc/shadow file in the system, so where the password is stored.