ubuntu 16.04 forget the root password

If the user has sudo privileges, then you can directly run the following command: 

sudo su root
# Enter the current user's password
passwd
#enter password
# Enter the password again

Guess you like

Origin www.cnblogs.com/Schrodinger6/p/11366879.html