Brad Feazell wrote in message <[log in to unmask]>...
>I'm looking for a way to set POSIX file permissions from MPE.

Mark Bixby emailed this solution:

  :XEQ CHMOD.HPBIN.SYS '755 /APACHE/PUB/cgi-bin/myfile'

And I was able to get an altsec command to work as follows:

  altsec ./cgi-bin/x;reppair=(racd,r,w,x:$owner;r,x:$group_mask;r,x:@.@)

I like Mark's solution better.

--
Brad Feazell