Show How To Become Root (#676)

* Show How To Become Root

I just realized I could not do certain things from a sudo. I needed to be root via "sudo /bin/bash". I know this is a trival issue, but I am intermediate at handling the terminal and needed to know this.

* Revise Command Used To Become Root

Revised 'sudo /bin/bash' to 'sudo -i' to become root
This commit is contained in:
davidpgil 2018-08-23 13:44:03 -04:00 committed by Eugen Rochko
parent a31cd220ee
commit a0b4ac658e
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ The records added are:
## Dependency Installation
All dependencies should be installed as root.
```
sudo -i
```
## Extend Ubuntu repositories when using Ubuntu 18.04.1 LTS