command used to synchronize changes done in /etc/passwd to
/etc/shadow file?
Answers were Sorted based on User's Feedback
Answer / hyma
If /etc/shadow file is correpted we need to use pwconv'
command it is automatically recovered.
If /etc/passwd file is correpted we have copy of passwd
file as 'opasswd'. We need to copy that file.
#cp -p /etc/opasswd /etc/passwd
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / jstkiran
The pwconv command creates and updates /etc/shadow with
information from /etc/passwd.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / karthik
The command 'pwck ' is used to synchronize the changes done
in /etc/passwd to /etc/shadow.
' pwconv " - convert to and from shadow passwords and groups
| Is This Answer Correct ? | 1 Yes | 0 No |
What are nis daemons?
what is the importance of swap memory and how it will supports?
What can be a reason for the solaris system slowing down? How can it be rectified?
Diffrence between Paging & swap?
How to create diskgroup in veritas?
Port no for telnet (23) , ssh(22)?
how to recover the boot block in soalris 9,i am able to get CDE desktop login.
Explain the types of installations in solaris
How to discover Global zone name from local Zone?
What do you understand by irq assignments?
what is the difference between svm and vxvm
4 Answers Infosys, Tech Mahindra, VxVM,
How do you connect to remote machines? I said using secure crt using ssh.