What are the commands needed to run a script showing warning banners have been created with if else statement?
Eg:
If [something == something]
echo " Banners created"
else
echo "Banners not created"
echo " Details: "
echo $( /bin/ls -l /etc/motd)