bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New feature for chmod (and I'm surprised nobody got around to it...)


From: David J. MacKenzie
Subject: Re: New feature for chmod (and I'm surprised nobody got around to it...)
Date: Thu, 02 Aug 2001 14:10:07 -0400

> Ever ran a "chmod -x *" command, but hate having to go back and re-chmod 
> the directories?  Now you don't have to with a "chmod -d -X *" command.

Is the goal to make only the directories executable?  There's
already a simple way to do that:

chmod a-x *; chmod a+X *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]