- Commands can be run from the Terminal
- In order to run commands with administrative/root privileges, you can use sudo or su
- sudo is only good for the command being ran in the same line
- su can be used to run an entire session with elevated privileges - this may be required
- nano is a text editor inside of the terminal
- Run "su"
- Run nano \etc\hosts
- Now you can edit the host file and save the changes
Requires Detailed Issue description and screen shot documentation