Linux Commands Question:
Download Job Interview Questions and Answers PDF
What is the command to change from /etc/passwd file to /etc/shadow file?
Answer:
#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.
-> 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.
Download Linux Commands Interview Questions And Answers
PDF
Previous Question | Next Question |
What is lilo? How it is useful in linux? | What is the command to find the hardware configuration in Linux? |