# Set user password echo "----------" echo "" echo "Which is the username?" read userName sudo passwd $userName exit