| UNIX Privilege Escalation Without Exploitation
What is su(1)?

su(1) is a set-UID UNIX program that allows switching from the current user to 'root' or another arbitrary user

  • The '-c' option allows one to specify a command to run as the new user