Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Share permissions and directory permissions?
Name: Paul Date: November 23, 2000 at 06:01:13 Pacific
Comment:
What is the difference between Share permissions and directory permissions? Who rules who?? Why two different permission settings?
Name: Sander Date: November 23, 2000 at 07:09:13 Pacific
Reply:
directory permissions are the permissions on the actual files and directories on the disk, if it is formatted using the NTFS file system. These are valid regardless if you approach the files on the local computer or over the network. The permissions on the Share define who can approach the files over the network. So: if a user tries to connect to a file on the network, first he has to be allowed by the share permissions. If these allow access, next the NTFS permissions are applied. Common practice is to secure your files using NTFS permissions, and leaving the share permissions on default (Everyone=full control). However, if your disk is formatted using FAT or FAT32, the Share permissions can be very usefull!
Summary: I'm doing a research project on NTFS permissions and share permissions. Putting the normal search criteria above leads to an intimidating 5000 plus pages does anyone have the location of a couple of ...
Summary: No No No! Sorry didn't make myself clear :-p The Standard way to create a Share is that you grant Domain Users permission to the Share at the share level and a global Group to the NTFS permissions. Th...
Summary: Dear all, I accidently "deny access" to the group "user" in the sharing permission in C$, now all my administrator and other user with admin rights cannot view the entire C: of the server. How to rem...