This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
运行我的脚本后,我将密码作为脚本的输入。
第一个脚本验证我给定的密码是否正确,然后脚本应该开始剩余的过程
在我的脚本中。
echo -n "Enter Password: "
stty -echo
read passwd
stty echo
#Here i want to evaluate $passwd having corresponding user's system password or not
# <Then some process start>