Chris Carey wrote: > On Mon, Apr 7, 2008 at 9:34 AM, Michael Torrie <[EMAIL PROTECTED]> wrote: >> I prefer: >> >> sudo su - > > I use > > sudo -s
sudo -s isn't strong enough magic. You don't get root's environment; you just inherit the one you came from. So /sbin, /usr/sbin, etc, aren't in the path. And neither are any fancy things you put in root's shell environment. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
