Afficher un message
Vieux 31/12/2007, 14h24   #5
Sven Mascheck
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Pls with this 'find' command line

larryalk <nobody> wrote:
> [...] made many subdirectories _not_ executable.
> [...]
> find . -type d -execdir chmod u+x '{}' \;


Interestingly, chmod implements something similar
with the capital X flag,

chmod -R u+X .
  Réponse avec citation
 
Page generated in 0,04725 seconds with 9 queries