What is the command to change from /etc/passwd file to /etc/shadow file?
Answer Posted / 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 |
Post New Answer View All Answers
What does bash stand for?
What command would you use to create an empty file without opening it to edit it?
How do I stop a linux job?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
How do I clear my run history?
How do you insert comments in the command line prompt?
Which command is used to see the online manual?
Why bash is used in linux?
What is 9 in kill?
How does mkdir work in linux?
What is llvm used for?
How do I list all processes in linux?
Which command is used to delete a group?
How can we increase disk read performance in single command in Linux?
What does cd – command do?