The sudo command reads configurations from _________ to determine user privileges.
- /etc/passwd
- /etc/group
- /etc/sudoers
- /var/log/auth.log
The sudo command reads configurations from /etc/sudoers to determine user privileges. This file contains information about which users can run commands with administrative privileges and under what conditions. Understanding and configuring the sudoers file is essential for managing access control in Linux.
Loading...
Related Quiz
- The ________ command in Linux allows you to enforce a user to change their password upon the next login.
- For debugging purposes, how can you set a breakpoint in a shell script?
- When partitioning a disk, what is the primary partition limit on an MBR disk?
- In the context of containers, what does the acronym "OCI" stand for?
- Which command can be used in a shell script to introduce a delay, often used for debugging or to pause the execution?