I have a script that I am making, it is a very simple login script.
I was wondering if you could have two expressions in one bash "IF" statement, like so:
if [ $User == "root" and $Pass == "passwd" ]
If anyone could answer, that would be great :D