What is the command to change from /etc/passwd file to /etc/shadow file?

Answers were Sorted based on User's Feedback



What is the command to change from /etc/passwd file to /etc/shadow file?..

Answer / rv

pwconv - installs and updates /etc/shadow with
information from /etc/passwd

Is This Answer Correct ?    26 Yes 5 No

What is the command to change from /etc/passwd file to /etc/shadow file?..

Answer / susheel narain singh

#pwconv
-> It convert /etc/passwd to /etc/shadow

#pwunconv
-> It convert /etc/shadow to /etc/shadow

you can check both file after running pwconv and pwunconv
cmd to get difference.


Thanks !

Is This Answer Correct ?    8 Yes 1 No

What is the command to change from /etc/passwd file to /etc/shadow file?..

Answer / teja

The Quesion was clearly mentioned that hw to change
from /etc/passwd to /etc/shadow file. It means that the pwd
is /etc/passswd.
So, then simply type this command at the prompt
cd /etc/shadow

Is This Answer Correct ?    12 Yes 6 No

What is the command to change from /etc/passwd file to /etc/shadow file?..

Answer / kishore

cd.. | cd shadow file

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More Linux Commands Interview Questions

How do I check my disk space?

0 Answers  


Explain trap command of linux?

0 Answers  


What is mkdir p linux?

0 Answers  


How do I find the umask value in linux?

0 Answers  


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

0 Answers  


how to add linux user to group?

18 Answers  


Explain about gzip filename?

0 Answers  


What are grep commands?

0 Answers  


What is chainloading?

4 Answers  


Why do we use cmake?

0 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,


What make install does?

0 Answers  


Categories