Re: -readable by who

2010-02-20 Thread jidanni
> "JY" == James Youngman writes: JY> On Wed, Jan 13, 2010 at 11:06 PM, wrote: >>       -readable >>              Matches files which are readable... >> Also mention "by the current user" I suppose. JY> Since there is more than one possible interpretation of the "current JY> user" this clari

Re: -readable by who

2010-02-20 Thread jidanni
Gentlemen, some of these are clearer than man test or (info "(coreutils) Access permission tests") bash$ help test|grep you -r FILETrue if file is readable by you. -w FILETrue if the file is writable by you. -x FILETrue if the file is executable by you.

Re: -readable by who

2010-02-20 Thread James Youngman
On Wed, Jan 13, 2010 at 11:06 PM, wrote: >       -readable >              Matches files which are readable... > Also mention "by the current user" I suppose. Since there is more than one possible interpretation of the "current user" this clarification doesn't help much, I think. James.

-readable by who

2010-01-13 Thread jidanni
-readable Matches files which are readable... Also mention "by the current user" I suppose. And perhaps mention a way to see if they are readable by the general public...