text Bash脚本输入密码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Bash脚本输入密码相关的知识,希望对你有一定的参考价值。

#!/bin/bash

### Input password as hidden charactors ### 
read -s -p "Enter Password: "  pswd

### Print the value of pswd variable ### 
echo -e "\nYour password is: " $pswd

以上是关于text Bash脚本输入密码的主要内容,如果未能解决你的问题,请参考以下文章

Bash sudo 脚本不提示输入密码 – Manjaro NFS 挂载

需要 sudo 密码的 Bash 脚本

在SSH中使用bash脚本时,为Git输入私钥密码

如何从 bash 脚本中 ssh?

如何为bash中提示输入的命令提供密码?

输入ip密码,建立主机信任脚本