freebsd root password lost

2003-10-07 Thread DanB
Is there other way to change the root password that been lost without
shutting down the computer.

Old way shutdown space barboot -s  #mount  -t ufs -a
#passwd
# exit to multiusers.


Dan



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd root password lost

2003-10-07 Thread Ion-Mihai Tetcu
On Tue, 07 Oct 2003 19:49:32 +
DanB [EMAIL PROTECTED] wrote:

 Is there other way to change the root password that been lost
 without shutting down the computer.

Take a look at:
Dru's Cracking Passwords to Enhance Security
http://www.onlamp.com/pub/a/bsd/2001/01/24/FreeBSD_Basics.html
It might work.

(
UNtested:
/var/backups/master.passwd.bak
should contain the old passwords and, with
pwd_mkdb master.passwd.bak should regenerate the old password databases.
But first backup and READ
PWD_MKDB(8)

)


-- 
IOnut
FreeBSD unregistered ;) user
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]