Bash Scripting - Basics
Given a script
hello.sh without execute permission, what will be the output of the command sequence below?
ls -l hello.sh chmod +x hello.sh ls -l hello.sh
