answersLogoWhite

0

What else can I help you with?

Related Questions

What type of permissions must be used for a folder on FAT folder?

Share permissions


What type of permissions must be used for a folder on a FAT volume?

Share permissions


What type of permissions must be given so that a folder can be shared on the network?

share permissions


Share Permissions are lost if you move or rename the folder that is shared?

yes


What are the shared folders in Windows?

Shared folder permissions are used to restrict access to a folder or file that is shared over the network. Folder sharing is normally used to grant remote users access to file and folders over the network. Web sharing is used to grant remote users access to files from the Web if Internet Information Services (IIS) is installed.When folders are shared, it is important to keep in mind that you can share folders only, and not files. For users that are locally logged on to a computer, shared folder permissions are irrelevant. Shared folders that are moved are no longer shared. When shared folders are copied, the copy is not shared. The original shared folder however remains shared.A few disadvantages associated with share permissions are listed below:Shared folder permissions do not have as many permission options as NTFS permissions. The only shared folder permissions that can be assigned to users/groups are Read, Change, or Full Control.Share permissions are not inheritable.You cannot back up or audit shared folder permissions.If you move or even rename a shared folder, the shared folder permissions for that particular folder no longer exist.


What is the difference between a share permission and NTFS permission?

Hide Parent PostAuthor: Charles PoffDate: Saturday, August 29, 2009 9:53:33 AM CDTSubject: 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 themNote: 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.


Which permissions control the access to folders over a network while the windows server 2008 has several sets of permissions those operate independent of each other?

In Windows Server 2008, access to folders over a network is controlled by both share permissions and NTFS (New Technology File System) permissions. Share permissions dictate access when users connect to the folder over the network, while NTFS permissions govern access to the files and folders on the disk itself. These two sets of permissions operate independently; for a user to access a shared folder, they must have the appropriate permissions from both sets. If either permission set denies access, the user will not be able to access the folder.


What would the syntax be if you wanted to share a folder with the sharename data1 on a computer named workstation a?

To share a folder with the share name "data1" on a computer named "workstationA," you would typically use the following command in a Windows environment: net share data1=C:\path\to\your\folder /grant:everyone,full Replace C:\path\to\your\folder with the actual path of the folder you want to share. This command grants full access to everyone; you can adjust the permissions as needed.


What permissions would User1 have to the SalesData folder if the user were accessing the folder across a network connection?

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.


Do ntfs permissions take precedence over share permissions?

Yes, they do.


What kind of permissions for remote users need to be set when you share folders on the network?

share permission


Do Share permissions apply only when the resource is access over the network?

Yes. Share permissions are not used if the resource is accessed locally.