Would like some help removing/changing a password from a Kubuntu user name. I've started up the machine in Recovery mode and entered the root password for system changes. Then I've typed in:
(with username being the substitute for the real one)
I'm prompted with a command list and so I type in:
But again, it doesn't seem to do anything except call up the command list again and restate the usage: passwd [OPTIONS] [LOGIN]
What would be the step-by-step process, with "enter as shown" command lines included, for changing/removing a password from an existing kubuntu user account with the ultimate goal of accessing the login at the start up screen?
Code:
passwd username
I'm prompted with a command list and so I type in:
Code:
passwd -d username
What would be the step-by-step process, with "enter as shown" command lines included, for changing/removing a password from an existing kubuntu user account with the ultimate goal of accessing the login at the start up screen?
Comment