|
su <username> still uses your environment, but su - <username> uses the environment that would be expected if the user actually logged in as the specified user.
change to the same user w/ and w/o the - option and compare the environment, you'll see the differences.
-gibb
|