I went to the root, and then typed in "passwd username" except I used my username. Instead of giving me an option to change the password, it says "Usage: passwd [options] [LOGIN]" and then gives me all of these options that dont even work when I try them.
Asked
Active
Viewed 1,546 times
1 Answers
-1
You don't need to go into root if you're already logged in.
Simply run the command, with no arguments:
passwd
tim@Hairy14:~$ passwd
Changing password for tim.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
password changed

Tim
- 32,861
- 27
- 118
- 178
-
I did that, and it wont let me type anything. It says authenitcation token manipulation error – Ethan Jun 11 '15 at 21:44
-
http://askubuntu.com/questions/57620/getting-an-authentication-token-manipulation-error-when-trying-to-change-my-us – Tim Jun 12 '15 at 14:29