>shweta vohra <[EMAIL PROTECTED]> wrote: > > 1.can anyone of you help me with url= 's which > are really helpfull in mastering shell scripting. > and ideas abt projects on shell scripting.
Google for Bash shell scripting tutorials, you'll find a large variety of options. > 2. if my system hang up at startup = and i am not > able to move to either windows or linux . then how > to enter setup of linux.(from there and also > normally) Boot from your setup CD # 1 and type 'linux rescue' at the boot prompt. this will get you to the rescue shell. > 3.my boot loader s= ometimes get corrupted on some > of the machines because of users try to install > windows and command prompt looks like this. > > grub>= ; > > then how to recover my linux os from there. > In the rescue shell that you get to by booting from the CD, first chroot to your linux partition (chroot /mnt/hdXX , where hdXX is hda1 or whatever your partition is) and then run 'grub-install'. this will write the boot manager into the MBR with the current config file (/boot/grub/grub.conf). vivek ________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/ -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

