Answers for "set root password ubuntu"

2

set root password ubuntu

sudo -i
passwd
Posted by: Guest on October-03-2021
0

default root password ubuntu 18.04

$ sudo passwd
Posted by: Guest on May-07-2020
0

how to set root password in ubuntu

passwd
Posted by: Guest on March-24-2021
0

how to get root password

How to change root password in Ubuntu
The procedure to change the root user password on Ubuntu Linux:

Type the following command to become root user and issue passwd:
sudo -i
passwd
OR set a password for root user in a single go:
sudo passwd root
Test it your root password by typing the following command:
su -
Posted by: Guest on August-26-2020

Code answers related to "set root password ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language