Bash Scripting - Basics
Which command correctly makes a script named
myscript.sh executable?myscript.sh executable?chmod +x adds execute permission to the file.chmod -x removes execute permission, chmod 000 removes all permissions, and chmod 777 adds all permissions but is not the minimal correct answer.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions