On Fri, 12 Aug 2005 12:29:54 -0400 Sif <[EMAIL PROTECTED]> wrote: > I'm sure you get this alot but it their any possible way to reset the > root password in trustix 2.2 ? i made the mistake of changing it > during a night of drinking . Yes, if you have local access. Boot up with "init=/sbin/bash" as kernel/grub parameter, then remount rootfs readwrite, and change password, sync, reboot, done :)=
$ mount -o remount,rw / $ passwd $ sync $ reboot Olaf _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
