标签: bash
如何检查shell脚本中的密码是否正确?
Catalog
答案 0 :(得分:2)
你没有;你让sudo检查它是否正确。也就是说,您也不需要read声明;您可以只为sudo提供自定义提示,让sudo像往常一样处理密码。
sudo
read
wget www.example.com && sudo -p "Enter a password: " shutdown -P 5