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
Why should we use shell scripts?
How can the contents of a file inside jar be read without extracting in a shell script?
What is web script?
How does shell scripting work?
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 of "for " loop
Is it possible to substitute "ls" command in the place of "echo" command?
Is shell scripting a programming language?
What language is bash written in?
What are the different types of variables used in shell script?
how will you find the total disk space used by a specific user?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the first line of a shell script called?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Write a script to print the first 10 elements of fibonacci series.