The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Chmode
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-29-2007
yoavbe yoavbe is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 42
Chmode

Hi,

I need to change permission at one machine due to the result on the second machine.

I mean , i would like to get a RECRUSIVE list of files that DONT have "x" permission on OTHER group.
This result (each and every file that found) should be executed on the second machine (and actualy need to do chmode o-x to each file in the list).

Thank you