yeah that is correct but when you use "su -" or "su - <<user>>", you will be getting the environment of that user to whom you are switching
-srini On Fri, May 16, 2008 at 7:43 AM, Navneet Sreeraman <[EMAIL PROTECTED]> wrote: > "su" makes you the root but still stays in the directory from which you > issued the command. > > "su -" drops you the home (/root) of the root user. > > Navneet > >

