OCaml Forge
Feature Requests
Search the entire project
This project's trackers
This project's releases
This project's news
Project
People
Advanced search
Log In
New Account
Home
My Page
Projects
Code Snippets
OCaml fileutils
Summary
Activity
Tracker
Lists
News
SCM
Files
Detail: [#761] Use umask to define new file/directory permissions
Feature Requests: Browse
|
Download .csv
|
Monitor
[#761] Use umask to define new file/directory permissions
Date:
2010-09-27 21:28
Priority:
3
State:
Open
Submitted by:
Hezekiah Carty (
hcarty
)
Assigned to:
Sylvain Le Gall (gildor-admin)
Operating System:
None
Summary:
Use umask to define new file/directory permissions
Detailed description
For example, mkdir currently appears to use 0o755 as its default directory permission. It would be nice to have it default to the umask of the running process.
Followup
Message
Date: 2010-09-27 21:53
Sender:
Hezekiah Carty
Yes, that is what I am hoping for..
Date: 2010-09-27 21:41
Sender:
Sylvain Le Gall
Using umask means that I will use 0o777 when creating directory (and 0o666 for files). The umask is applied by the OS...
Is this what you want?
Attached Files:
Changes:
Field
Old Value
Date
By
assigned_to
none
2010-09-27 21:41
gildor-admin