shweta vohra <[EMAIL PROTECTED]> wrote:
hi all!!!!!!!!!!!!! 1.can anyone of you help me with url= 's which are really helpfull in mastering shell scripting. and ideas abt pr= ojects on shell scripting. 2. if my system hang up at startup = and i am not able to move to either windows or linux . then how to enter se= tup of linux.(from there and also normally) 3.my boot loader s= ometimes get corrupted on some of the machines because of users try to inst= all windows and command prompt looks like this. grub>= ; then how to recover my linux os from there. all= help welcome. shweta [1] [3D"htt=] References 1. 3D"http://clients.rediff.com/signature/track_sig.asp" -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers Hi, There are some sites which gives more than suffice tutorials for shell scripting http://www.tldp.org/LDP/abs/html/ http://gd.tuwien.ac.at/linuxcommand.org/writing_shell_scripts.html http://linux.org.mt/article/terminal _______________________________________________________ If the boot loader gets corrupted do the following steps 1) boot the pc using first cdrom of linux 2) at boot: prompt type linux rescue press enter 3) after that it will start to search linux os. if found it goes to shell prompt 4) enter command chroot /mnt/sysimage . it gives root previlage. 5) enter command grub-install /dev/hda it will install bootloader automatically. Yahoo! India Matrimony: Find your partner online. -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

