Changing "su -" to just "su"... considerably simpler.

I don't think inheriting environment stuff is a serious issue.
This commit is contained in:
Christopher Allan Webber 2014-03-08 12:28:23 -06:00
parent 5e262d8bf5
commit a040f72ded

View File

@ -136,11 +136,11 @@ username if you wish.::
No password will be assigned to this account, and you will not be able No password will be assigned to this account, and you will not be able
to log in as this user. To switch to this account, enter either:: to log in as this user. To switch to this account, enter either::
sudo su - mediagoblin (if you have sudo permissions) sudo su mediagoblin # (if you have sudo permissions)
or:: or::
su - mediagoblin (if you have to use root permissions) su mediagoblin # (if you have to use root permissions)
You may get a warning similar to this when entering these commands:: You may get a warning similar to this when entering these commands::