Which file defines the rules for the sudo command in Linux?
- /etc/sudoers
- /etc/sudo
- /etc/sudoconfig
- /etc/sudopolicy
The file that defines the rules for the sudo command in Linux is /etc/sudoers. This file specifies who is allowed to run what commands with administrative privileges and how. It's a crucial part of managing user access and privileges in a Linux system.
Loading...
Related Quiz
- A user reports that their application occasionally freezes. You suspect it's due to the application waiting for some I/O operations to complete. Which state might the process be in during these freezes?
- What is the primary function of kernel modules in Linux?
- While configuring a VPN on a Linux server, you're asked to ensure that the VPN supports both L2TP and IPsec. Which software solution would you likely consider?
- Which Linux utility allows you to monitor and manage system CPU performance?
- Docker primarily deals with which kind of virtualization?