Menu

HOW TO change default user (root) password:

Super-Tux
2015-08-04
2015-12-20
  • Super-Tux

    Super-Tux - 2015-08-04

    Once that you have this distro installed on your hard disk, you might wish to change the default user/root password.
    Since this distro have the same default password for both accounts (super user and normal user)don't forget to change both of them.

    To change the default root password press CTRL+ALT+T and type this into terminal window:
    **
    $ sudo passwd root
    **
    You will be prompted to enter CURRENT password, and after that to enter NEW password twice, and the following message will be displayed:
    passwd: password updated sucessfully

    To change the default user password press CTRL+ALT+T and type this into terminal window:
    **
    $ sudo passwd [type account username]
    **
    For instance, in case of 32-bit Ultimate Mint Live, the command should look like this
    **
    $ sudo passwd uml32bit
    **
    The same as above you will be prompted to enter CURRENT password, and after that to enter NEW password twice, and the following message will be displayed:

    passwd: password updated sucessfully

    Now you may check if new password(s) is working. For root account type into terminal window this command:
    **
    $ su -l root
    **
    and you will be prompted to enter ROOT password.

    To check whether user account password is working- simply run any of the software that require administrative privilegues such as Synaptic Package Manager or Software Manager and you will be prompted to enter USER password.

    HOW TO RESET YOUR USER PASSWORD:

    During GRUB boot menu press "E" on keyboard to enter GRUB edit mode and use arrow key to navigate right at the end of the kernel line,
    where "quiet splash" stands. Now simply add the following command after "quiet splash" :
    **
    rw init=/bin/bash
    **
    Press SPACE and press "F10" to boot. After the kernel is loaded you can change the password of any existing user by typing:

    passwd [type account username]

    and enter NEW password twice.

     
    • Claude Herail

      Claude Herail - 2015-12-20

      Thank you for the explanations.

      How does one change the username from mint17 to something else and carry that change to everything that is associated with the username?
      Better yet, is there a way to choose a username while installing Ultimate Mint instead of being stuck with the default mint17?

       

Log in to post a comment.

MongoDB Logo MongoDB