💾 Archived View for salixos.org › docs › faq › enable-root captured on 2024-08-31 at 14:08:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
Since the 14.1 release the root user is disabled by default and the use of sudo is needed to perform administrative tasks. If you want to enable the root user, all you have to do is log in as a user that has sudo privileges (any user that is a member of the wheel group) and run the following command:
sudo passwd root
and provide a new password for the root user. After that you will be able to run:
su
to open a root user session.
If you want to have all graphical dialogs ask for the root password instead of the user password, you need to remove the gnsu package and install the ktsuss package.