Bash Scripting - Basics
Which command correctly adds execute permission to a script named
backup.sh for all users?backup.sh for all users?chmod +x adds execute permission to the file for user, group, and others.chmod +x backup.sh, which is correct.-r which is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions