Bash Scripting - Error Handling
What will be the output of this script?
mkdir /root/testdir || echo "Failed to create directory" echo "Script finished"
mkdir /root/testdir || echo "Failed to create directory" echo "Script finished"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions