LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 06-14-2006, 04:48 PM   #1
gamesfan9000
LQ Newbie
 
Registered: May 2006
Distribution: SUSE Linux
Posts: 9

Rep: Reputation: 0
Question How Do I recover a user's password in SUSE 10.0


Topic Topic
 
Old 06-14-2006, 05:35 PM   #2
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
You don't. As administrator (root), you can assign a temporary password and then let the user modify the temporary password to one they wish to use.
 
Old 06-14-2006, 06:11 PM   #3
gamesfan9000
LQ Newbie
 
Registered: May 2006
Distribution: SUSE Linux
Posts: 9

Original Poster
Rep: Reputation: 0
How do I log on as root and assign the temp password?
 
Old 06-15-2006, 05:08 AM   #4
1kyle
Member
 
Registered: Feb 2004
Location: 'Ol Blighty
Distribution: SLED 10, SUSE 10.3
Posts: 722

Rep: Reputation: 32
If you've lost ROOT's password you'll just have to re-install your system. With Windows there are some tools for recovering administrator passwords but I think this is virtually impossible in Linux.

Treat this as a learning exercise --NEVER LOSE ROOT'S password or you'll have trouble.

If you haven't logged on as root just type SU on to a console and enter roots password or go to YAST / User administration and assign a new password for the user.
YAST will prompt you for ROOT's password.

Cheers

-K

Last edited by 1kyle; 06-15-2006 at 05:10 AM.
 
Old 06-15-2006, 06:47 AM   #5
RBEmerson
Member
 
Registered: May 2006
Location: Skippack
Distribution: SuSE Linux 11.1
Posts: 63

Rep: Reputation: 15
+1 - what he said.

Unlike Windows, where passwords can be cracked too easily, linux makes an effort to keep The Bad Guys from gaining information they shouldn't have. Increased security comes at the price of increased annoyance on occasion.
 
Old 06-15-2006, 10:03 AM   #6
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
Yes they are correct you cannot recover passwords on linux you must reset them. but if you have physical access to the system it is quite easy to reset the root password as well. just pop in a live cd, mount your root filesystem, chroot over and passwd.

Last edited by johnson_steve; 06-15-2006 at 10:04 AM.
 
Old 06-15-2006, 10:10 AM   #7
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
I would rather not give instructions how to crack a system. How do we know that gamesfan9000 is talking about his own machine? Just my
 
Old 06-15-2006, 10:46 AM   #8
gamesfan9000
LQ Newbie
 
Registered: May 2006
Distribution: SUSE Linux
Posts: 9

Original Poster
Rep: Reputation: 0
I have my roots password,but I lost my normal users password.Please help.
 
Old 06-15-2006, 11:09 AM   #9
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
Quote:
Originally Posted by abisko00
I would rather not give instructions how to crack a system. How do we know that gamesfan9000 is talking about his own machine? Just my
I see your point, but seriously if someone wants your data what stops them from kicking your door in and taking it? hopefully a good lock. there is very little you can do if the attacker has physical access to the machine.

gamesfan9000,
if you have the root password just log in as root and use passwd to change the password; my user is steve so I would:
Code:
PowerBook-G3 ~ # passwd steve
New UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
PowerBook-G3 ~ #
 
Old 06-15-2006, 11:42 AM   #10
broch
Member
 
Registered: Feb 2005
Distribution: Slackware-current 64bit
Posts: 465

Rep: Reputation: 32
Quote:
If you've lost ROOT's password you'll just have to re-install your system. With Windows there are some tools for recovering administrator passwords but I think this is virtually impossible in Linux.
funny reading all this.

this one is even better:
Quote:
Originally Posted by abisko00
I would rather not give instructions how to crack a system. How do we know that gamesfan9000 is talking about his own machine?
Ever heard about runlevels?

run
#init 1
and you will be logged as root (single mode) and without even asking about password! Jeezz

There is a lot of information about recovering root account. This has nothing to do with cracking.
All OSes allow to reset root password.

anyway, you can't recover root password but you can easily reset it. This is my howto:
http://wiki.suselinuxsupport.de/wikk...strootpassword

to reset user password by root see above by johnson_steve

Last edited by broch; 06-15-2006 at 11:47 AM.
 
Old 06-15-2006, 12:41 PM   #11
RBEmerson
Member
 
Registered: May 2006
Location: Skippack
Distribution: SuSE Linux 11.1
Posts: 63

Rep: Reputation: 15
broch, a big +1!!!

abisko00: never forget a cardinal rule about the Internet: "On the Internet, nobody can tell if you're a dog". Maybe gamesfan9000 is a most evil cracker, maybe he's just a newbie who hasn't learned the Linux way yet, and maybe he is a dog. If we all assumed the first assumption, there'd be no point to having this site; any piece of advice might support some dark and evil scheme. Let it go, abisko00, let it go...
 
Old 06-15-2006, 07:11 PM   #12
gamesfan9000
LQ Newbie
 
Registered: May 2006
Distribution: SUSE Linux
Posts: 9

Original Poster
Rep: Reputation: 0
I got it.Thanks a lot.
 
Old 06-16-2006, 02:22 AM   #13
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Hmm, strange that my concern appears so funny. I am fully aware that this information is easily available online, as is how to build bombs (sorry if I exagerate here). It's just that one should at least keep in mind that a potential harmless information you give away in good faith may be used to do something improper. In a case where this appears likely (come on, there where indications: short post, few information, only a few posts in this forum), I rather refuse to make things even easier.

RBEmerson: I don't think that my opinion on this topic would make sites like this obsolete. There still is a difference between helping to fix a broken KDE and telling how to reset passwords.

gamesfan9000: I apologise if I offended you. If you'd given the information that you know the root password, your post wouldn'd have sound as suspicious to me.
 
Old 06-16-2006, 08:39 AM   #14
broch
Member
 
Registered: Feb 2005
Distribution: Slackware-current 64bit
Posts: 465

Rep: Reputation: 32
Quote:
Hmm, strange that my concern appears so funny. I am fully aware that this information is easily available online, as is how to build bombs (sorry if I exagerate here). It's just that one should at least keep in mind that a potential harmless information you give away in good faith may be used to do something improper. In a case where this appears likely (come on, there where indications: short post, few information, only a few posts in this forum), I rather refuse to make things even easier.
yes, it is funny,
password resetting is a part of any OS maintenance (unfortunately). As far as I know this is not the case of bombs.
Want a proof? Check out Novell's Coll Solutions (although this guy simply copied my howto without even asking for my permission or at least informing that because he is lazy, he simply copied my text). The same goes with MAC spoofing (considered as a heavy "hacking"? for no reason) which is usefull when ISP depends on NIC hardware address and card went bad (so instead of hassle of calling them, disscussing the reason of the change, I prefer spoofing MAC. It takes 30 sec for me because I type slow). Of course anyone who wants to use MAC spoofig for some sort of attack will know ho useless this is.


I prefer sanity over overzealous "consciousness".
 
Old 06-16-2006, 08:49 AM   #15
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
#init 1
and you will be logged as root (single mode) and without even asking about password! Jeezz
Funny also
to be able to run init , you need to be root (you've put a # in front), so whats the point of going into root again?
And then, on a lot of distro like debian and i bet a lot others, you fortunatly need root password to enter single user mode.
So it doesn't work...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to recover lost Root password in Suse Enterprise 9.0 manya Linux - Security 3 02-05-2006 06:56 AM
ow to create script change a user's password? passwd expects input from keyboard.. Arodef Linux - General 1 03-02-2005 10:40 PM
URGENT: Need to verify user's password in Linux proghrammatically vigosh_j Programming 5 01-26-2005 06:56 AM
Lol I forgot a user's password urzumph Linux - Security 4 03-04-2004 05:00 AM
changing a regular user's password using root Pete Dogg Linux - General 2 11-28-2003 10:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration