Hi,

yes, we still exist, although progress is a bit slow, currently.
The easiest way to get rid of a linux root password is the following:

1. Boot up using either an install or livecd (linux)
2. mount the respective harddrive/partition with the linux on e.g. /mnt

mount /dev/sda1 /mnt

3. mount -t proc proc /mnt/proc
4. mount --bind /dev /mnt/dev
5. chroot /mnt
6. passwd
Enter your new password
7. exit
8. umount /mnt/proc
9. umount /mnt/dev
10. umount /mnt
11. reboot and login to the linux with the new password

Make sure you're authorized to "break" into the respective machine, since I 
don't want to be accused for any resulting problems with the law.

Regards

> HI,
>
> Can you tell me if Yoper still exists?
> Is it still alive or abanded?
>
> I was given an older laptop, Pentium ii,
> which has Yoper on it. Can't access it though, as it has a root user
> password on it. Nobody so far, has been able to tell me how to get rid of
> that so that I can have a look at the program. Never used a Linux os.  I
> know very little about Linux.
>
> Thanks,
> Matthew.
_______________________________________________
yoper-dev mailing list
yoper-dev@lists.yoper.com
http://lists.frank-hosting.de/cgi-bin/mailman/listinfo/yoper-dev

Reply via email to