On 02/27/2012 03:38 AM, P. Martin wrote:
>
> $ mkdir a a/b
> $ chmod 000 a/b
>
Oops, my bad.  I meant this:

  $ mkdir a a/b
  $ chmod 000 a
  $ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
  $ echo exit status: $?

Sorry for the confusion and for the time I've made you waste, and thanks
for your perseverance,

  Stefano



Reply via email to