How To Change Root Password On Ubuntu 14.042 min read
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 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.
- How To Enable SSH On Debian 13 Server - September 13, 2025
- Is Debian 13 Server on VirtualBox the EASIEST Way to Get Started - September 11, 2025
- How To Install Zabbix Server 7.4 On Ubuntu 22.04 - September 10, 2025


