I am reading some tutorials about Linux configurations:
- To accomplish many of the configurations is important and mandatory be the
root
.
Well I did realize that in many places are used sudo su
and sudo -i
, even when both accomplish the the same goal, I have the doubt about:
- when is mandatory use one approach over the other?
I am doing this question because for some reason exists these two approaches