search for: nandagopalnair

Displaying 2 results from an estimated 2 matches for "nandagopalnair".

2003 Feb 24
5
-bash: /bin/rm: Argument list too long
Folks: Is there a limit to the number of arguments that can be passed to fileutils programs such as mv or rm ? If yes, is it filesystem dependant/kernel config dependant/fileutils version dependant? Can this maximum limit be tuned/controlled ? I googled on it a bit, but couldn't find anything much more relevant than a message in the OS-X forum.
2003 Feb 06
0
Re: Ext3-users digest, Vol 1 #793 - 9 msgs
It is most likely that your grub.conf file is _different_ than menu.lst. grub.conf is just a dummy symlink made by RH under /boot/grub as well as under /etc to make peoples lives easier. (Or harder as the case maybe) If the contents of grub.conf is what you want to use for your bootup listing.. cd /boot/grub mv menu.lst menu.lst.bak cp grub.conf menu.lst rm grub.conf #optional step ln -sf