0
0
Operating Systemsknowledge~10 mins

Access Control Lists (ACLs) in Operating Systems - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify what ACL stands for.

Operating Systems
ACL stands for [1].
Drag options to blanks, or click blank then click option'
AAccess Control List
BAutomatic Control Link
CAccess Command Line
DActive Control Layer
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing ACL with command line or network terms.
Thinking ACL is a software or hardware component.
2fill in blank
medium

Complete the sentence to explain what ACLs do.

Operating Systems
ACLs are used to [1] access to files or resources.
Drag options to blanks, or click blank then click option'
Aignore
Bcontrol
Cdelete
Dcopy
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'ignore' because it sounds like skipping.
Confusing control with copying or deleting.
3fill in blank
hard

Fix the error in the statement about ACLs.

Operating Systems
An ACL only allows one user to access a file at a time, so it [1] multi-user access.
Drag options to blanks, or click blank then click option'
Ablocks
Bignores
Callows
Dcreates
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking ACLs block multi-user access.
Confusing ACLs with file locking mechanisms.
4fill in blank
hard

Fill both blanks to complete the ACL entry example.

Operating Systems
user:[1]:[2]
Drag options to blanks, or click blank then click option'
Aalice
Bread
Cwrite
Dbob
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping username and permission.
Using a username that is not in the options.
5fill in blank
hard

Fill all three blanks to create a valid ACL rule.

Operating Systems
[1]:[2]:[3]
Drag options to blanks, or click blank then click option'
Agroup
Bdevelopers
Cexecute
Duser
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up 'user' and 'group' in the first blank.
Choosing a permission not listed in options.