Settings for Server 2008 security permissions and settings for sharing permissions

Source: Internet
Author: User

Work Assignment Description

HT Company is ready to build a file server. The current situation of the company is to have sales, finance, information three departments. Each department has several employees, one of whom is its department manager (see the previous project for more details).

Requirements:

1. Create three folders on the file server to store each department's files, and require that only the users of this department can access their departmental folders (Full Control permissions, the user of this department is the owner of this folder), each department manager and company general Manager can access all folders (read), Create a public folder so that all users can view and store public files inside

2. Users in each department can store up to 100M of files on the server

3. Company servers have limited hard disk space and require file compression to conserve disk space

Work task implementation

1. Create three folders on the file server to store each department's files, and require only the user of this department can access the folder of their department (Full Control permissions, the user of this department is the owner of this folder), Each department manager and general manager of the company can access all folders (read)and create a public folder that allows all users to view and store public files inside. ()

(1) new Four folders: Finance Department documents, Information department files, Sales department files, public folders

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6C/B8/wKiom1VQeSWD0RFBAAJ8Jonz31s567.jpg "style=" float: none; "title=" 1.png "alt=" Wkiom1vqeswd0rfbaaj8jonz31s567.jpg "/>

(2) The owner of the Information section file is set to the Information section group

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/B3/wKioL1VQep7DJrHDAAM2e-aHs1I780.jpg "style=" float: none; "title=" 2.png "alt=" Wkiol1vqep7djrhdaam2e-ahs1i780.jpg "/>

( 3 ) Information section of the staff of the Department of Information documents have Full Control of permissions

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/B8/wKiom1VQeSWysU0gAAP2XJ5-l_8421.jpg "style=" float: none; "title=" 3.png "alt=" Wkiom1vqeswysu0gaap2xj5-l_8421.jpg "/>

(4) Company manager set to read permissions

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6C/B3/wKioL1VQep_BAOxWAAF9v4XnSdk444.jpg "style=" float: none; "title=" 4.png "alt=" Wkiol1vqep_baoxwaaf9v4xnsdk444.jpg "/>

(5) The owner of the sales department document is the sales department group, the sales department team up the Sales department document has the full Control permission

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6C/B8/wKiom1VQeSaAj0l6AANO31f871o943.jpg "style=" float: none; "title=" 5.png "alt=" Wkiom1vqesaaj0l6aano31f871o943.jpg "/>

(6) the manager can read and access the Sales department documents

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6C/B3/wKioL1VQeqCTaI7QAAGvmPRUza0784.jpg "style=" float: none; "title=" 6.png "alt=" Wkiol1vqeqctai7qaagvmpruza0784.jpg "/>

(7) to set up the Finance department document owner is the Finance Department group, the Finance Department group has the Full Control authority

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6C/B8/wKiom1VQeSegCVKmAANVy6nzyis396.jpg "style=" float: none; "title=" 7.png "alt=" Wkiom1vqesegcvkmaanvy6nzyis396.jpg "/>

(8) the manager can access and read the Finance department's documents

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/B3/wKioL1VQeqCjIFf9AAHK1AE_g-Y699.jpg "style=" float: none; "title=" 8.png "alt=" Wkiol1vqeqcjiff9aahk1ae_g-y699.jpg "/>

(9) Everyone has Read permissions to public folders

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/B8/wKiom1VQeSfg8BoNAAGtwk-snMQ105.jpg "style=" float: none; "title=" 9.png "alt=" Wkiom1vqesfg8bonaagtwk-snmq105.jpg "/>


2. Users in each department can store up to 100M of files on the server . ()

(1) Select the C Drive properties, click the quota option, enable deny disk space to users exceeding the quota limit , set the limit disk space to 100M

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6C/B3/wKioL1VQeqCSgRMOAAOHtMC6viU445.jpg "style=" float: none; "title=" 10.png "alt=" Wkiol1vqeqcsgrmoaaohtmc6viu445.jpg "/>

3. The company server has limited hard disk space and requires file compression to save disk space. ()

(1) Finance Department documents, attributes, general, advanced, compressed content ...

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6C/B8/wKiom1VQeSiCEYc-AAI0lJgE07s974.jpg "style=" float: none; "title=" 11.png "alt=" Wkiom1vqesiceyc-aai0ljge07s974.jpg "/>

(2) compressed four folders

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6C/B3/wKioL1VQeqKiDp1IAAJ9fuGiO2E870.jpg "style=" float: none; "title=" 12.png "alt=" Wkiol1vqeqkidp1iaaj9fugio2e870.jpg "/>



Think and answer questions

1. describe the differences between the FAT, FAT32, and NTFS file systems.

FAT File System

FAT is very important for hard disk use, and if you lose the file allocation table, the data on the hard disk cannot be used because it cannot be located .

FAT32 File System

(1), the use of the file allocation table, so that its ability to manage the hard disk greatly enhanced

(2),FAT32 support 2GTB maximum drive

(3),FAT32 can be more efficient use of space,

(4),FAT32 more stable and reliable

(5),FAT32 more flexible

NTFS File System

(1),NTFS supported partition size can reach 2TB

(2),NTFS support reliable file system

(3),NTFS supports compression of partition folders and files

(4),NTFS uses the smallest cluster

(5), with better security

(6) Quota management can be done under NTFS file system in Windows server

(7),NTFS uses a "change" log to track changes to the record file

2. Why can't I open the original encrypted file after I reload Windows Server?

If encryption is encrypted under NTFS files, it is because the key after reloading the system is not the same as the key that was previously encrypted, you should first back up the key of the file in the future.


This article is from the "beautiful do not close-He Jin" blog, please be sure to keep this source http://ranran195.blog.51cto.com/9974947/1650346

Settings for Server 2008 security permissions and settings for sharing permissions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.