Ubuntu is an open source Linux software. You can use for various purposes like as, Web server, Java server, Tomcat, FTP server and Linux based many more. So I want to be show how can change root password for Ubuntu 14.04.
★ How To Change or Recovery Administrator Password on Windows Server 2012 R2
★ How To Install Mysql Server on Ubuntu 14.04
★ How to Install And Configure Zabbix Agent on Ubuntu
Change Root Password For Ubuntu 14.04/16.04/17.04
Step #01: You can’t change without sudo command. So using sudo command for change Ubuntu password.
tech@ubuntu:~$ passwd root
You can see some error like as below.
passwd: You may not view or modify password information for root.
Step #02: Now can try using sudo passwd and then type your tech user password, then create new password for user.
tech@ubuntu:~$ sudo passwd root
Like as below format
[sudo] password for tech: Enter new UNIX password: Retype UNIX password: passwd: password updated succefully
If face any problem then see my YouTube video and Subscribe my channel. Please subscribe my channel for more update.
Latest posts by Admin (see all)
- How To Install Zabbix Server 6.4 On AlmaLinux 8 Server - August 9, 2024
- How To Clear RAM Memory Cache Buffer Linux Server - February 29, 2024
- How To Install Apache Cloud Stack Management Server 4.17 On Ubuntu 22.04 - February 1, 2024
Leave a Comment