Share permissions can be assigned to ____________

a. Individual users only
b. Groups only
c. Both users and groups
d. None of the above.


C. When a directory (folder) is shared, you can grant each user and each group one of the three types of permissions for the share and all its subdirectories and files or choose to specifically deny them those permissions.

Computer Science & Information Technology

You might also like to view...

What is wrong with this code?

```class CReceipt { private: float price; public: CReceipt(); CReceipt( float p); CReceipt(float p) {price = p:} }; ``` A. Nothing is wrong with this code. B. should not have a semi-colon after last brace. C. the constructor does not initialize private variables. D. There are two declarations for the overloaded CReceipt() function.

Computer Science & Information Technology

Read the card

A. Customer B. ATM C. Bank D. None of the above

Computer Science & Information Technology

In a business letter, the ________ uses the name and title from the inside address

Fill in the blank(s) with correct word

Computer Science & Information Technology

You are trying to clean up a slow Windows 8 system that was recently upgraded from Windows 7, and you discover that the 75-GB hard drive has only 5 GB of free space. The entire hard drive is taken up by the Windows volume. What is the best way to free up some space?

a. Compress the entire hard drive b. Move the /Program Files folder to an external hard drive c. Delete the Windows.old folder d. Reduce the size of the paging file

Computer Science & Information Technology