0

I cannot reset the password. A box comes showing various commands like

 -a, --all -r,--repository REPOSITORY -d --delete

and a line at the top of the box is also present

     usage:passwd [options] login

and I dont know how to write the command.

Takkat
  • 144,580

1 Answers1

0

The usage of the passwd command with the option -d for deleting a password is

sudo passwd -d LOGIN

Replace LOGIN with the username you need to reset.

Takkat
  • 144,580