On each client running Linux, we login as the local user we have created during the installation.
We do the following:
We start the terminal as follows:
![]() |
![]() |
image 1 | image 2 |
Ubuntu by default, uses sudo to execute commands with administrative priviledges and has root user account disabled.
We will enable root user account as follows:
From a terminal we execute
sudo passwd
We type the password of the sudo user we are logged in, and then we type twice a new password for user root. [c1]
Note
Password for the root user must be rather difficult for security reasons. If we have dual-boot clients with Windows and Linux OS, we select the same password for the root user to both Linux and Windows OS. We use the same root password on all client PCs.