I understand what su - does
- logs you into root with the root environment
- (as opposed to
suwhich logs you into root with your environment)
And I understand what sudo does
- you are root for one command
But I am unsure what this does: sudo su -
Anyone care to clarify