×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Kevin,

Thanks for the example.  From what you've posted there, you are doing this:

Mode = S_Ixusr   // My user profile - *X only
     + S_Iroth + S_Iwoth;  // Other (*PUBLIC) *RW
Path = '/kevin/mkdirtest/newfolder' + x'00';
Mkdir(%Addr(Path):Mode);

This code looks like it was written for V3R2 with the manual x'00' and %addr().  It'd be nice to modernize that a bit to use options(*string), but the old way still works.

As the comments say, you're asking for your user profile to have *X and the public to have *RW.  in your screenshot that follows the code you show this:

*PUBLIC     *RW
KEVIN       *X

As far as I can tell, this is exactly what was expected.    Can you explain what the trouble is?

-SK

On 12/30/2019 1:14 PM, Kevin Bucknum wrote:
I'm in the root file system. I threw together an example of what I'm seeing just to make sure we are talking about the same things. And I'm on V7R3 btw.

https://code.midrange.com/076773896a.html




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.