Automatically input password of sudo in Ubuntu shell


If your user password is "input-your-password"

Example:
echo "input-your-password" | sudo --stdin cat /proc/keys

留言