Lines Matching full:permission
242 Permission denied. The caller does not have the
243 correct permission to perform the requested operation.
403 0000400&Read permission for owner.
404 0000200&Write permission for owner.
405 0000100&Execute and search permission for owner.
406 0000040&Read permission for group.
407 0000020&Write permission for group.
408 0000010&Execute and search permission for group.
409 0000004&Read permission for others.
410 0000002&Write permission for others.
411 0000001&Execute and search permission for others.
1063 .IX NFS "permission issues"
1065 The NFS protocol, strictly speaking, does not define the permission
1067 will do normal operating system permission checking using
1071 on each call and uses them to check permission. There are various
1085 Most operating systems check permission at open time, and then check
1088 permission checking on each read and write call. On a local
1093 permission checking algorithm should allow the owner of a file to
1094 access it regardless of the permission setting.
1097 network. The operating system usually checks for execute permission
1099 the open file. The file may not have read permission, but after it
1103 in the call has execute or read permission on the file.
1106 has access to all files no matter what permission and ownership they
1107 have. This "super-user" permission may not be allowed on the server,