Answer Posted / choyal
No, No one can't know the passwd because it is stored in in
/etc/shadow file as MD5 Hash ,
and link at /etc/passwd.
We can convert Value(passwd) to Hash but not Hash to
value(passwd)
Super user is also not able to retrive passwd......
By Choyal
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to check if the previous command was run successfully?
How will you copy a file from one machine to other?
Explain how you Automate your application using Shell scripting.
Calculate a real number calculation directly from the terminal and not any shell script.
What does the sh command do?
What are the disadvantages of shell scripting?
Can we run shell script in windows?
How do I edit a .sh file?
how to get part of string variable with echo command only?
What are the advantages of using shell scripts?
What is a command line shell?
What does $@ mean in shell?
What is path in shell script?
What is sudo command?
Where is bash history?