> "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
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.
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
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...