Re: [WBEL-users] No chkconfig or ifconfig commands?
khaqq <[email protected]>
| Newsgroups | gmane.linux.whitebox.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 01 Jul 2006 05:26:53 -0500 Johnny Hughes <[email protected]> wrote: (...) > so to become "root" with all variables set .... > > su - So the quick and dirty way to use "su -" each time you become root is to add the following line in your user's .bashrc : alias su="su -" I'm not sure if there are unintended side effets, but it works for me. khaqq