I have a directory where a lot of bash script or sh file exist. I want to change their permission to the 770 with the chmod command. How can I accomplish that? Thanks.
How about running Code: chmod 770 -R folder_of_sh_files inside the parent folder of the one containing the sh files.