Bash Scripting - Basics
Which of the following is the correct syntax to run a bash script named
backup.sh without changing its permissions?backup.sh without changing its permissions?bash backup.sh.bash backup.sh runs the script using bash without needing execute permission. Other options either require execute permission or are invalid commands.bash backup.sh -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions