shell脚本应该在运行脚本时验证当前记录的用户密码

时间:2013-03-29 09:36:46

标签: linux shell unix

运行我的脚本后,我将我的密码作为脚本的输入。

第一个脚本验证我的给定密码是否正确,然后脚本应该开始剩余进程

在我的剧本中。

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>

0 个答案:

没有答案