On Thursday 05 July 2001 12:24, newlxuser wrote:
> Good Linux to e'body,
> Pl tell me :
> What are the DOS equivallent commands in RH to do the following :
> 1) dir foo.bar /s
( I forgot what the /s does, but ls with the appropriate option will work)
do a 'man ls'
> 2) deltree/y path\some_directory
rm -rf path/some_directory
> 3) copy file1+file2+file3 filenew /b
cat file1 file2 file3 > filenew
> 4) To prepare an image file of a floppy which can be distributable and
> can be used with RAWRITE utility.
dd if=/dev/fd0 of=floppy.img
> 5) To know which device ( like modem, mouse etc ) is using which
> interrupt, i/o addr etc. ( Is there MSD like utility in RH to be used
> from command propmpt ? )
cat /proc/ioports
cat /proc/interrupts
> 6) What is the command to refresh the system, after making changes to
> some hardware/software alterations. ( I heard that one need not re-boot
> the system all the time ( as in WIN ) after making the changes in
> certain circumstances. What are such circumstances ? )
If you change hardware - it's going to be mighty difficult to do with
shutting down the machine - unless it's hot-swappable. :)
Software - in theory, the only time oyu need reboot your machine is when you
change the kernel. Everything else can be updated without rebooting...
> Regards & thanks in advance !
>
> ~ newlxuser
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/linux-india-help
--
-====----====----====----====----====----====----====---
"If all else fails, read the manual."
-Unknown
-====----====----====----====----====----====----====---
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help