Results 1 to 3 of 3
how can i change the password of the administration in a program running in linux
without knowing the administator password
administator password means not the root password...
- 02-18-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
password
how can i change the password of the administration in a program running in linux
without knowing the administator password
administator password means not the root password
- 02-18-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
You need to either be root or a sudoer.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-18-2010 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
If you know root password or have sudo privileges, then you can change it...
(as root)
passwd administrator
(via sudo)
sudo passwd administrator
enter your password when prompted, and then the new administrator one when requested... twice.


Reply With Quote