Everytime I try to run a shell script I get the error message permission denied.
So I have googled/searched around and have been using the command chmod u+rwx (filename) to give myself permission to execute my program. However, I was wondering if there was anyway to actually just this to allow myself permission to all programs, rather than having to do this command for every shell script I create.