[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autotest: make test dir writable before removing
From: |
Ralf Wildenhues |
Subject: |
Re: Autotest: make test dir writable before removing |
Date: |
Sun, 2 Oct 2005 11:45:45 +0200 |
User-agent: |
Mutt/1.5.9i |
* Ralf Wildenhues wrote on Sat, Oct 01, 2005 at 09:18:41PM CEST:
> * Ralf Wildenhues wrote on Sat, Oct 01, 2005 at 09:12:43PM CEST:
> >
> > find $at_group_dir -exec chmod u+w \{\} \;
>
> D'oh, I meant non-writable directories of course, and you could limit
> above to `-type d' if necessary..
And in any of the solutions you'll want to `2>/dev/null' to hide errors
such as
"No such file or directory"
I apologize for the high noise to signal ratio,
Ralf
- Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/01
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/01
- Re: Autotest: make test dir writable before removing,
Ralf Wildenhues <=
- Re: Autotest: make test dir writable before removing, Paul Eggert, 2005/10/02
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/04
- Re: Autotest: make test dir writable before removing, Paul Eggert, 2005/10/04
- Re: Autotest: make test dir writable before removing, Stepan Kasal, 2005/10/05
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/05