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 |
What is eval in shell script?
is this growing field and what is average package in this?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What are the default permissions of a file when it is created?
What are the disadvantages of shell scripting?
What does $$ mean in shell script?
How can you find out how long the system has been running?
What is echo $shell?
What are the 3 standard streams in linux?
What language is shell scripting?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
In a single command how do you run the previous command in the command prompt.