On 6/3/11 5:56 AM, Stephen Harris wrote:
On Fri, Jun 03, 2011 at 06:52:30AM -0400, Steve Clark wrote:
On 06/02/2011 04:20 PM, Les Mikesell wrote:
And the first thing I do when I need to change something on a system set up like that is 'sudo su -'... Too lazy to type it more than once.
I just learned about su -i, does the same and is shorter.
% su -i su: invalid option -- i Try `su --help' for more information.
You probably meant "sudo -i" :-)
But that is a special case to remember. I like combining things I already knew better than remembering some new special case.