Thanks Anoop. One more problem is that when I shutdown the linux box, the / (Root file system) is always reported as busy during the shutdown process. Therefore, When I restart the linux box it performs a file system check while booting. Since it effects the root file system, it may cause some problem.
How do you solve it?.. Thanks in advance .. Ibomcha --- Anoop Johnson <[EMAIL PROTECTED]> wrote: > On Wed, Jun 19, 2002 at 12:26:50AM -0700, Ibomcha > Thokchom wrote: > > > I am using RedHat 6.2 and due to power > fluctuations > > some of the files are corrupted. How do I replace > > them? > > > > Say, 'ls' command is missing in /bin and I want to > > replace it with a non corrupted one. How do I > replace > > 'ls' and where can I get it? > > ls is included in fileutils package. > > In an RPM based system like RedHat, to find out > which package owns /bin/ls, > just give the command: > > rpm -qf /bin/ls > > It should give some output like fileutils*.rpm > > Then reinstall it by using rpm -ivh --force > fileutils*.rpm from your RedHat CD. > > > In Debian, you do it by > > dpkg --search /bin/ls > > Then apt-get it. > > > Anoop > > ---------------------------------------------------------------------------- > Bringing you mounds of > caffeinated joy > >>> http://thinkgeek.com/sf > <<< > > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
