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
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Write the syntax for "if" conditionals in linux?
What is sed in shell script?
What is wc in shell script?
What can scripts do?
What are the advantages of using shell scripts?
Is shell script a programming language?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What does $1 mean in bash?
Is shell a part of kernel?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
How many fields are present in a crontab file and what does each field specify?
What are the different variables present in linux shell?
Why is the use of shell script?
What is sh in shell script?