Root

From Official Kodi Wiki
Revision as of 18:46, 23 December 2009 by >Pashdown (add sudo bash)
Jump to navigation Jump to search

To gain temporary root access type sudo into your terminal:

sudo  (your command here)

To gain root access type the following into your terminal:

sudo passwd root
  • select a password

Your root is now enabled. You can now log in to XBMC as Root with the password you selected.

To gain root shell without setting a permanent password:

sudo bash