Re: File protection on create

2010-08-28 Thread Craig A. Berry
On Aug 7, 2010, at 4:39 PM, Craig A. Berry wrote: On Jul 16, 2010, at 6:43 PM, Craig A. Berry wrote: On Jul 10, 2010, at 2:05 PM, Mark Berryman wrote: Is the following expected behavior? With normal default protections set: $ say := write sys$output $ say f$env("protection") SYSTEM=RWED,

Re: File protection on create

2010-08-07 Thread Craig A. Berry
On Jul 16, 2010, at 6:43 PM, Craig A. Berry wrote: On Jul 10, 2010, at 2:05 PM, Mark Berryman wrote: Is the following expected behavior? With normal default protections set: $ say := write sys$output $ say f$env("protection") SYSTEM=RWED, OWNER=RWED, GROUP=RE, WORLD $ perl -e "open(F,'>1.1

Re: File protection on create

2010-07-16 Thread Craig A. Berry
On Jul 10, 2010, at 2:05 PM, Mark Berryman wrote: Is the following expected behavior? With normal default protections set: $ say := write sys$output $ say f$env("protection") SYSTEM=RWED, OWNER=RWED, GROUP=RE, WORLD $ perl -e "open(F,'>1.1'); print F 1; close F;" $ dir/sec 1.1 Directory USER

File protection on create

2010-07-10 Thread Mark Berryman
Is the following expected behavior? With normal default protections set: $ say := write sys$output $ say f$env("protection") SYSTEM=RWED, OWNER=RWED, GROUP=RE, WORLD $ perl -e "open(F,'>1.1'); print F 1; close F;" $ dir/sec 1.1 Directory USERS:[BERRYMAN] 1.1;1[BERRYMAN]