> However, even so, shouldn't class files as opposed to source
> files normally be readable by anyone?  That was not the case here.
> My class files seem to be readable only by owner and group, not everyone.

Your umask is probably set to 027.  Check it by typing 'umask.'  If it
is set, you can make it less restrictive by doing 'umask 022.'  This will
give the owner read/write permissions, and group & other  read permissions
whenever you create a new file.

-- 
([EMAIL PROTECTED])

Reporter (to Mahatma Gandhi): Mr Gandhi, what do you think of Western
        Civilization?
Gandhi: I think it would be a good idea.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to