View previous topic :: View next topic |
Author |
Message |
budman7
Joined: 01 Feb 2006 Posts: 2
|
Posted: Wed Feb 01, 2006 8:07 pm Post subject: full root shell necessarry? |
|
|
I use su to get into root so I can install modules.
But I keep getting this error
"You are not running a fully initialized root shell....."
Then it proceeds to compile the module.
Just curious, why do I need a full root shell, and if I don't use it, will it break anything?
Just using su instead of su - is pure habit. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Feb 04, 2006 6:30 am Post subject: |
|
|
when you run 'su' instead of 'su -' there are a certain number of environment variables from the original user environment retained. This may be a security concern. Best not to use 'su' without '-'. While lunar works okay it is still recommended to NOT use 'su' but always 'su -' |
|
Back to top |
|
 |
budman7
Joined: 01 Feb 2006 Posts: 2
|
Posted: Sun Feb 05, 2006 4:25 am Post subject: |
|
|
Thank you for clearing that up.
I will just have to break old habits. |
|
Back to top |
|
 |
|