A user account includes permissions that control which files and folders the user can access quizlet

read -Open file for read -List directory contents

write -Open file for write -Add a file entry to the directory

execute -Execute file -Search through the directory

delete -Delete file -Delete directory

append -Append to file -Add subdirectory to directory

delete child -Remove a file or subdirectory entry from the directory

read attributes -Read basic attributes

write attributes -Write basic attributes

read extended -Read extended (named) attributes

write extended -Write extended (named) attributes

read permissions -Read file permissions (ACL) -Read directory permissions (ACL)

write permissions -Write file permissions (ACL) -Write directory permissions (ACL)

take ownership -Take ownership

  • Flashcards

  • Learn

  • Test

  • Match

  • Flashcards

  • Learn

  • Test

  • Match

Terms in this set (45)

Sets with similar terms

Sets found in the same folder

Other sets by this creator

Verified questions

COMPUTER SCIENCE

Verified answer

COMPUTER SCIENCE

You have an account at First National Usury Trust (FNUT) and a card to operate their ATM (automated teller machine). Once you have inserted your card, the ATM will allow you to process a transaction only if you enter your correct code number, which is 417. Draw the state graph for a finite-state machine designed to recognize this code number. The output alphabet should have three symbols: “bingo” (correct code), “wait” (correct code so far), and “dead” (incorrect code). The input alphabet is {0, 1, 2, ... , 9}. To simplify notation, you may designate an arc by I−{3}, for example, meaning that the machine will take this path for an input symbol that is any digit except 3. (At FNUT, you get only one chance to enter the code correctly.)

Verified answer

COMPUTER SCIENCE

Verified answer

COMPUTER SCIENCE

Verified answer

Recommended textbook solutions

A user account includes permissions that control which files and folders the user can access quizlet

A user account includes permissions that control which files and folders the user can access quizlet

A user account includes permissions that control which files and folders the user can access quizlet

A user account includes permissions that control which files and folders the user can access quizlet

Other Quizlet sets

Related questions

What type of information is included in your user account?

A user account is comprised of a username, password and any information related to the user. Most networks which need to be accessed by multiple users make use of user accounts. Email accounts are one of the most common examples of user accounts.

Which of the following is a role of an administrator account quizlet?

Utility Programs. Which of the following is a role of an administrator account? Manipulate system files.

Which task removes a folder and its contents completely?

To delete a file or folder (or multiple selected files), right-click on the file and select Delete. You can also select the file and hit the Delete key on the keyboard. Deleting a folder deletes all its contents as well. You may get a dialog prompt that asks if you want to move the file to the recycling bin.

Where does a buffer store input or output data?

Buffers can be implemented in a fixed memory location in hardware—or by using a virtual data buffer in software, pointing at a location in the physical memory. In all cases, the data stored in a data buffer are stored on a physical storage medium.