In Linux, which mechanism allows users to execute commands as another user, typically the superuser?
- sudo
- su
- runas
- impersonate
The sudo command in Linux allows users to execute commands as another user, typically the superuser (root). It provides a fine-grained control mechanism for delegating administrative privileges while maintaining an audit trail of who executed which commands with elevated privileges.
Loading...
Related Quiz
- Which component of the Linux boot process loads the main system kernel?
- Which tool enforces mandatory access controls at the kernel level in Linux?
- Which Linux distribution is commercially backed by Canonical?
- To temporarily save iptables rules, one would use the command iptables-save > ________.
- Which command is used to load kernel modules manually?