Friday, August 31, 2018

How to Set Folder Security for Shared Folders

In this article, I have described show you how to Set Folder Security for Shared Folders on Windows folder that is being used to hold Web site information. Remember, these permissions can only affect how other users can access the files over a Network File System (NFS) or Server Message Block
(SMB) share, but do not affect how users access the files and folders in Internet Information Services (IIS). 
Translating UNIX Permissions to Windows
Many of the UNIX platforms use a simple user/group/other as well as read/write/execute combination to set permissions for a specific file or folder. Take for instance you can set permissions on a file such that it is readable by everybody, and only writable only by the user and group owner. There are also other specific behaviors in UNIX, for example, users can only access the contents or the list of files and folders, for folders that have Execute permissions. Furthermore, UNIX uses the Execute permission bit attached to files to identify those files that can be run. Then if UNIX recognizes the file as a binary file, the file is run as a native binary. Else, if it is a text file, UNIX looks at the first line to check which program is used to run the file.
Read: How to Control Electric Bulb with Android Phones
In the Windows model, there is a little different, though the basic concepts are the same. Windows files and folders can have Read and Write permissions and these permissions are given explicitly to individual users or groups of users instead of to the owner, the group owner, or everybody. You can as well decide whether to explicitly allow or deny these permissions to this user or group. Consequently, Windows uses specific permissions to allow users to access folder content. Windows does not use Execute permissions on files. Windows uses the file name extension to determine whether a file including script files can be run.
The list below describes the basic rules used for translating access permissions:
  • The Read permission on a folder in UNIX is the same thing as the Read permission in Windows.
  • The Write permission on a folder in UNIX is the same thing as the Write permission in Windows.
  • The Read and Execute permissions on a file in UNIX are the same as the Read and Execute permissions in Windows.
  • The Write permission on a file in UNIX is the same thing as the Modify permission in Windows.
  • The Execute permission on a folder in UNIX is the same thing as the List Folder Contents permission in Windows.
  • The Read, Write, Execute permissions on a file or folder in UNIX is the same thing as the Full Control permissions in Windows.
See also: How to secure Your Digital Information Online
Setting Permissions for a File or Folder.
  1. Use Windows Explorer to locate the file or folder for which you want to edit its permissions.
  2. Right-click the folder.
  3. Then click Properties.
  4. Click the Security tab.
    To add a new access control setting to the folder.
  5. Click Add.
  6. Select the users, computers, or groups.
  7. Click Add.
  8. Then click OK.
    To remove an access control setting.
  9. Click Remove.
    To edit the permissions for any group.
  10. Select the user or group.
  11. Then use the corresponding check boxes in the Permissions pane.
  12. Click OK to accept the settings.
  13. Click Cancel to cancel any changes you have made.
  14. Click Apply to apply the changes without closing the file or folder properties.
You May like:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

.