LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   do not know root password (https://www.linuxquestions.org/questions/linux-newbie-8/do-not-know-root-password-623440/)

dna1 02-24-2008 02:47 AM

do not know root password
 
hi ,
experimenting with a bootable image disk.
asks me for ie. ferryparklogin and password !!.
any quick suggestions please.

b0uncer 02-24-2008 02:54 AM

Well where did you get it, and what exactly is it? The place where you got it ought to tell you the root password, if you should know it. Note that for example some live-cds don't tell you the root password, instead they usually grant you rights to use sudo, so instead of doing something logged in as root you can just as well issue "sudo somecommand" to run 'somecommand' as root.

anupamsr 02-24-2008 04:28 AM

You can do the magic :)
Code:

$ sudo su -
$ passwd


x_terminat_or_3 02-24-2008 05:12 AM

Other option is to boot in single user mode by going in grub and pressing the e button to edit the boot list, then pressing the e on the kernel line again and appending 1 to it

That way it will stay logged on as root

then

passwd

after that is done, type in

telinit 5

dna1 02-24-2008 01:46 PM

excellent -tks. just a sample userful livecd to run x monitors for small net cafei am settingup. instead of win.

chrism01 02-24-2008 06:32 PM

Sounds like you might be interested in this: http://www.ltsp.org/ and/or this http://k12ltsp.org/mediawiki/index.php/Main_Page .
Could save you a lot of work.

irishbitte 04-09-2008 12:30 PM

Yes, use LTSP! It's the bomb! Easy to setup and install, and no major probs to overcome. You might need to source some software to lock down the desktop if you are in an internet cafe environment...


All times are GMT -5. The time now is 12:44 AM.