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
How can we find the process name from its process id?
What are the disadvantages of shell scripting?
What does $1 mean in bash?
Is shell a scripting language?
What does $0 mean in shell script?
Is cmd a shell?
How do I run a script on mac?
What is bourne shell scripting?
What is the use of "$#" in shell scripting?
Write down the syntax of "for " loop
What is the default ubuntu terminal?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What are script files?
What are the advantages of shell script?
What is shell and terminal?