September 21, 2016

Difference between su and su -

□ "su" constitutes the authority and the minimum environment variables of the root account.

□ "su -" constitutes almost same environment as login shell of the root account.

□ "su" is same as "su - root".