From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 15 Sep 1997 08:28:46 -0500 From: G. David Butler gdb@dbSystems.com Subject: [9fans] Plan9 permissions Topicbox-Message-UUID: 63b35e78-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970915132846.E_pZZ3_GzMj2_ohWP9WsazbUgJLKwsqUJvf1tO_u_k8@z> Intro(5) second to last pargraph says: "When the owner attempts to do something to a file, the owner, group and other permissions are consulted, and if any of them grant the requested permission, the operation is allowed. For someone who is not the owner, but is a member of the file's group, the group and other permissions are consulted. For everyone else, the other permissions are used." This means that to deny the owner write permission you must deny everyone (unless the owner is not a member of the file's group). I think the paragraph should read: "When the owner attempts to do something to a file, the owner permissions are consulted only, and if they grant the requested permission, the operation is allowed. For someone who is not the owner, but is a member of the files's group, only the group permissions are consulted. The other permissions are only used if the requestor is not the owner or a member of the file's group." Comments? David Butler gdb@dbSystems.com