VSTa manual pages  - SHADOW (6)

NAME

shadow - password file

CONTENTS

Description
Files
See Also

DESCRIPTION

The shadow file has the same format as the passwd file, but most of the fields are left empty. The reason this file exist is so that the shadow file can be given file permissions such that the average user can not read it. The passwd file is left public so that programs like ls(1) can convert user ID’s to user names.
An entry looks like:
  user:password:::::::
The different field are:
user The username of the user
password
  The password of the user in plain text
The rest of the fields are left empty.

FILES

/vsta/etc/passwd - user account information
/vsta/etc/shadow - user passwords

SEE ALSO

login(1), passwd(1), passwd(6)


SHADOW (6)
Generated by manServer 1.06 from shadow.6 using man macros.