How to control permission of file?
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Fri, 30 Jun 2006 19:47:55 -0000
When one open()s a file (that doesn't exist) for writing , how
does one control that file's permissions (it's "mode" in Unix
terms).
--
Grant Edwards grante Yow! We just joined the
at civil hair patrol!
visi.com
.
Relevant Pages
- Re: How to control permission of file?
... Under Unix, it's a bitmapped value that determines what the ... access permissions are for the file. ... other-read, other-write, other-execute, etc. ... how to control a file's mode when it was created by the builtin ... (comp.lang.python) - Re: How to control permission of file?
... does one control that file's permissions (it's "mode" in Unix ... use os.stat and constants from stat module ... (comp.lang.python) - Re: Apple Computer sides with Satan
... > Unix never used to have as fine a level of control over user ... > permissions as some other systems, but I suspect improvements have ... I don't think the permissions system itself has changed significantly ... At least with the Unix variants I was dealing with 20 ... (sci.astro.amateur) - Re: How to control permission of file?
... does one control that file's permissions (it's "mode" in Unix ... It returns a file descriptor, and if you need a file object you can use ... (comp.lang.python) - GPO to Solve this Issue
... problems but in this case the permissions are set up so that Everyone has ... full control on the share permissions and the NTFS permissions are set so ... Can anyone shed any light on the ACTUAL workings of the home folder mapping ... (microsoft.public.windows.server.active_directory) |
|