baillou2
Well-Known Member
I noticed after moving all my saved shell scripts from my external HD back onto my freshly reloaded laptop that they no longer had the same permissions as they did before.
This in itself isn't too weird I guess, but the strange part is that I no longer need to make new scripts executable i.e. (chmod +x ...). Instead the scripts run just fine without the usual permissions. None of them have executable permission. Specifically they are all '-rw-r--r--'.
So what gives?
This in itself isn't too weird I guess, but the strange part is that I no longer need to make new scripts executable i.e. (chmod +x ...). Instead the scripts run just fine without the usual permissions. None of them have executable permission. Specifically they are all '-rw-r--r--'.
So what gives?

So my *GUESS* is that you're working with more than one copy of the files. Check your path to see what other directories are in it:
) that you were invoking them by simply using their names.