Skip to main content

How to change root password in Ubuntu

In this post, we will see how to change root password in Ubuntu

  • Change to Super user and change root password
          Commands:
      • sudo -i   //Change to super user(root)
      • passwd  //Change current user password, here its root

  • Change password by providing user
          Command:
      • sudo passwd root  //Here root is the user for which password need to be changed

                    

Comments

Popular posts from this blog

Privacy policy for KandhaSastiKavasam

Privacy Policy Appz for All built the KandhaSastiKavasam app as a Free app. This SERVICE is provided by Appz for All at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in ...

Create VM using Oracle VM Virtualbox

In this post, lets see how to create VM using Oracle VM Virtualbox Open Oracle VM Virtualbox & Click on New button Enter following fields to identify your virtual machine & click on next button Name Machine Folder (Select the drive that has maximum free space) Type - Linux/Windows/Solaris Version - Ubuntu (32-bit)/Ubuntu (64-bit)/etc Select Memory Size (RAM) size and click on Next button Add Virtual hard disk, we get three options Do not add a virtual hard disk - no hard disk will be added to VM, we can add it at later point. Create a virtual hard disk now - This will provide option to create hard disk Use an existing hard disk file - This will help to existing hard disk file that is created earlier. Now we can select "Create a virtual hard disk now" option. There are three hard disk file type to select VDI (Virtualbox Disk Image) - Default hard disk file type for Oracle Virtualbox VHD (Virtual Hard Disk) - Default hard disk file type for Windows hypervisor VMDK (Virt...