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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *