Hello
chmod 777 *.sh will alter permissions to all .sh files in the current directory.
Now, if I have lot of sub-directories and a lot of .sh files in all those sub-directories, while sitting in the parentmost directory, how can I alter
permissions using chmod all on one shot ??
Is there some flag/options to use so that not only my in my current directory .sh files but also all sub directory .sh files permissions will be changed. Thanks