is there any command to find user password?
Answers were Sorted based on User's Feedback
No way one can get the password of other user even if root
also can not get the password unless untill there is an
readble entry in /etc/passwd file. But for the super user,
it doesn't need to know the user's passwrod to access his
docs.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / 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 |
Answer / thulla
Yes, the entry will be only in /etc/passwd. But this file
is very deleciate, it is better that we do not touch this
file in order to know the password also.
Is This Answer Correct ? | 1 Yes | 12 No |
Is shell a part of kernel?
What is use of "cut" command?
What is awk script?
Is bash an operating system?
Write a shell script to get current date, time, user name and current working directory.
what does "kill -9" and "kill -1" do
Write down the syntax for all the loops in shell scripting.
why did you apply to shell
What are the 4 basics of OOP?
what are bootlevel in linux?which level is booting by default.
What is the difference between break and continue commands?
How do scripts work?