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 |
how to get part of string variable with echo command only?
How many prompts are available in a UNIX system?
What is the first line in a shell script?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What is bash used for?
What is the best scripting language?
What is shift command in shell script?
If one dont know how to create a script then how he/she can use the QTP?
What is bash shell command?
Why do we write bin bash in shell scripts?
What are the various stages of a linux process it passes through?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.