Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...