Privilege escalation in Linux
Privilege escalation in Linux is typically accomplished via sudo, which stands for “superuser do”. This command allows regular users to execute commands as a superuser or another user. However, disabling the use of sudo entirely is generally not a good idea, because some tasks require administrative privileges to run. What you can do is control …