What is the importance of shadow file?
Answers were Sorted based on User's Feedback
Answer / hyma
Once we add the user /etc/shadow file is updated
automatically. It has the information about user,user
password information like lock/unlock.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / safi
THE PERMISSIONS OF /etc/passwd are 644 whereas for
/etc/shadow are 400 .
In /etc/passwd if in a place of password holder a password
is specified (whether encrypted or non-encrypted), it would
be easy to trace the password with hacking tools as EVERYONE
can view this file.
In /etc/shadow file Only owner of the user can view the
shadow file where we find the password in encrypted format.
Thus more safe and secure from end users.
| Is This Answer Correct ? | 2 Yes | 0 No |
how can we know the time of creation of zone in solaris
How to set the path for core file?
Explain the more details of vmstat output?
how to know kernel architecture of solaris ? isainfo -v ? or prtconf -v
How do you copy files from remote system using ftp?
How to recover failed disks in vxvm?
different between UDP and TCP
ndd -get /dev/hme0 link-mode
How many types of file system?
how to solve the system hung issue. found that the memory state is free... commands to check and solve the issue
How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?
How can we find memory leak in Soalris ?