What is the result of the following Linux command?

sudo find /etc -exec sh -i /;
1) Updating files in /etc with sh
2) Listing executable file in /etc
3) Gaining a shell with root access

Respuesta :