Earlier quoted context omitted.
A few years back, on day 1 of my new job I was given root access to one of the development boxes. So I ask: "Okay, how do I log in?" The IT guy: "What do you mean, you just log in using your personal domain account and then sudo su -. You know what sudo is?" (followed by loud sigh) Me: "You mean like production domain, same that we use for our desktop?" IT guy: "Of course! What do you mean, what other domain would yo…
>sudo su - It's high time for this thing to die. sudo supports this natively since forever: $ sudo -i
I usually just do `sudo zsh` :-)