Inactive Tutor answered 07/04/19
Tutor
New to Wyzant
After opening a terminal, type 'su -'
That is:
$ su -
The su is to switch user, it defaults to root user. The '-' says to load up the environment of the user.
At this point you will be prompted for the root password.
Hope this helps!