8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Looking for ways to create a file which is publicly readable
tried path.touch(mode=0o777) but that did not work.
path.touch(mode=0o777)
Could not find any docs either that explain how to specify ACL