Changing the file permissions of multiple files through Unix terminal

Viewed 32792

Hi I have about a 100 files in a folder and I want to change the file permissions to read write and execute for each file in this folder.

I know how to change the file permissions for a single file i.e. chmod a+rwx foo.txt but not for a group of files. Please help me out

Thank you!

GT

1 Answers
Related