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 the command used for list the contents of your home directory, current directory and all subdirectories?
Why makefile is used in linux?
Who whoami linux?
Write a command that will display all .txt files, including its individual permission.
How do I run a shell script?
What is the use of mv command in linux?
What is SFC command?
What does uname command do?
what is the fastest way to enter a series of commands from the command-line in linux
What are the basic commands in command prompt?
How do I navigate in cmd?
What file type is a makefile?
What does uname do in linux?
What is history command in linux?
What is du -s * | sort -k1,1rn | head command used for?