Skip to main content

Diigo Home

File System Overview: BSD Permissions and Ownership - The Diigo Meta page

developer.apple.com/...BSDInfluences.html - Cached - Annotated View

Graham Perrin's personal annotations on this page

grahamperrin
  • When a Carbon, Cocoa, or Java application saves a document, the respective application environment automatically sets the permissions of the document as determined by the user’s umask value. For user documents, this value is set to (-rw-r--r--) by default, giving the owner read and write access but limiting other users to only read-only access.

This link has been bookmarked by 1 people . It was first bookmarked on 20 Nov 2006, by Graham Perrin.

  • 20 Nov 06
    • When a Carbon, Cocoa, or Java application saves a document, the respective application environment automatically sets the permissions of the document as determined by the user’s umask value. For user documents, this value is set to (-rw-r--r--) by default, giving the owner read and write access but limiting other users to only read-only access.