Hide Parent Post
Author: Charles Poff
Date: Saturday, August 29, 2009 9:53:33 AM CDT
Subject: Week 6 - Module 6 - Files & Folders (2261)
What is the primary difference between share permissions and NTFS permissions? Are there any differences in their types of permissions? If so, describe them
Note: I am looking to see that you understand the differences in and between the actual permission levels, e.g. Everyone, System, Users, Administrators, etc.
Share permissions are the permissions you set for a folder when you share that folder. The share permissions determine the type of access others have to the shared folder across the network. There are three types of share permissions: Full Control, Change, and Read.
NTFS permissions determine the action users can take for a folder or file both across the network and locally. Unlike share permissions, NTFS permissions offer several other permissions besides Full Control, Change, and Read that can be set for groups or individually. The most restrictive permission applies when share and NTFS permissions conflict.
Despite giving the appropriate share permission to the file you must also give the appropriate NTFS permission. Share permission is set in the folders property sheet under the sharing tab and the NTFS permission is under the security tab of the same properties sheet. Hope this helps. :-)
Full Control is the only permission that allows "Take Ownership".
NFTS
permission scope and ownership
for give permission
NTFS on NTFS volumes only
1. User1 should have Full Control permission on SalesData over the network (as well as locally). Their effective NTFS permissions are Full Control because this is the cumulative effect of Modify and Full Control permissions. Plus, they are given Full Control share permission, meaning the most restrictive combination of share and NTFS is still Full Control.
Share permissions and NTFS permissions work together to control access to files and folders, but they function at different levels. Share permissions govern access over the network, determining what users can do when accessing shared resources remotely. NTFS permissions, on the other hand, apply to the local file system and can provide more granular control, including permissions for local users. When both are applied to the same folder, the most restrictive permission between the two will ultimately determine the user's access; for example, if NTFS allows read/write access but share permissions only allow read access, the user will only be able to read the files.
Full Control is needed to change attributes and or permissions of a NTFS folder.
Effective permission: delete
files in nfs32 and file ntfs
Yes, they do.