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 |
Why is shell scripting important?
What does sh mean?
What is web script?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
What does $# stand for?
What are the different communication commands available in the shell?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is difference between shell and bash scripting?
What command needs to be used to take the backup?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
Explain about gui scripting?
Is powershell a bash?