Re: Bash Script

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

 



Vivek J. Patankar schrieb:
> John Pierce wrote:
>> Does anyone know of a bash script that will recurse through a series
>> of directories and strip the executable bit from the files in those
>> directories and not the directories.
> 
> This worked for me.
> 
> $ find /path -type f -print | xargs chmod ugo-x

Caution, be aware of file names with spaces ;)

Alexander



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux