Name the interpreter on the command line — no execute bit needed
Name the interpreter on the command line — no execute bit needed
Answer
sh backup /home/you/notes
sh is an ordinary command here and `backup` is its argument, so sh only needs read permission on the file. The quickest way to test a script someone sent you.
S&K 3e ch10 §10.4; ch12 §12.2