
Bob S. answered 07/04/19
Tutor
4.9
(554)
Electrical Engineer (PhD), can also help with Physics, Math and Coding
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!