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
What are the different communication commands available in the shell?
How to print pid of the current shell?
What are the disadvantages of shell scripting?
What does chmod do?
How does shell scripting work?
Is powershell a language?
How to debug the problems encountered in the shell script/program?
How do I edit a .sh file?
How can I send a mail with a compressed file as an attachment?
Explain about gui scripting?
What does path stand for?
What is inside a seashell?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Write down the syntax for all the loops in shell scripting.
What are the advantages of shell script?