Previous Topic: Windows Account FlagsNext Topic: Windows Privileges


Windows Permissions

In the SHARE resource type, you can give access permissions to accessors.

Following are the access permissions available in Windows:

ACCESS_ALL

Permission to read, write, create, execute, and delete resources and to modify their attributes and permissions.

ACCESS_ATTRIB

Permission to modify the resource's attributes.

ACCESS_CREATE

Permission to create a resource, including writing data to it as it's being created.

ACCESS_DELETE

Permission to delete the resource.

ACCESS_EXEC

Permission to execute the resource.

ACCESS_NONE

No access.

ACCESS_PERM

Permission to modify the permissions assigned to a user or an application for a resource.

ACCESS_READ

Permission to read data from a resource and, by default, to execute in the resource.

ACCESS_WRITE

Permission to write data to the resource.

More information:

SHARE Class