`sudo -s` runs the command as root in a shell referenced by the environment variable `SHELL`
`sudo` runs the command as root in the same shell as the original user
`sudo -s` runs the command as root in a shell referenced by the environment variable `SHELL`
`sudo` runs the command as root in the same shell as the original user