Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 502 Bytes

File metadata and controls

executable file
·
11 lines (6 loc) · 502 Bytes

Privilege Escalation in Linux

In this section, we will take a look at Privilege Escalation in Linux.

  • The sudo command offers another approach to giving users administrative access. When trusted users precede an administrative command with sudo, they are prompted for their own password.

  • The default configuration for sudo is defined under /etc/sudoers file.

    sudo