Recursively removing the execute permission

Munkhbayar Byambadorj munkhbayar.b at gmail.com
Thu Apr 29 17:05:38 UTC 2010


If you want to change folder permission with all including files and
folders, you can change it easily.

chmod -R -x sample

-R means recursive (including files and folders in sample folder)
-x minus execute permission
sample folder name.



On Thu, Apr 29, 2010 at 9:29 PM, Nigel Ridley <nigel at prayingforisrael.net>wrote:

> I need to recursively remove the execute permission on a bunch of [html]
> files that came from a
> Windows box. The problem I have is that there are child directories within
> the main directory.
>
> How can I get this done?
> I did some Googling and came up with:
> % chmod -x ...
> but I don't understand it enough to use it :-(
>
> Blessings,
>
> Nigel
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20100430/c2018a75/attachment.html>


More information about the kubuntu-users mailing list