Bash Scripting - Error Handling
What will this script output?
rm /root/secretfile || echo "Cannot delete file"Assuming the user is not root.
rm /root/secretfile || echo "Cannot delete file"Assuming the user is not root.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions