On Fri, 06 Jul 2001, newlxuser spewed into the ether:
<snip>
> Will it affect the symlinks pointing to files in the removed
> directory ? Will it affect any "dependancy" on such removed
> files/directories ? Or will it give any warnnig ? Pl. clarify !
rm deletes files without warning unless rm is aliased to rm -i, or you 
use the -i flag. man rm. Dependancies will get no warnings. 

<snip>
> In DOS  , in the above case , concatanate 3 "binary" files. Without 
> /b , DOS assumes source files are text-files.
> Then how to split files in linux, if a large  file cannot be
> accomodated in a single floppy for transportation.
man split

<snip>
> Confusing ! How to create the image file in the first place . (in
> linux ) Suppose I want to give a executable file created in linux to
man mkbootdisk

> a friend. He has only DOS. And he wnats to duplicate the floppy.
> Since file systems are different, DOS wo'nt read linux floppy. The
> only option, I guess is creating image file of the distributable
> floppy, which can be copied to DOS HDD, from where one can use
> RAWRITE util to copy it to another floppies !.
> Am I write, sir ! Or my concepts about linux working need more study
You are right in this case. However, it will still be better to do this 
from Linux, because I have experienced floppies formatted with non DOS 
formats spontaneously corrupting themselves when exposed to MS-DOS.

<snip>
> Does changing any interrupt in above files, will also change the
> actual inturrupts, like Device Manager in Win ?
> The change will be in effect immidiately or have issue some "refresh"
> command.
The files are read only, even for root.

<snip>
> What is HUP ? How to know which other dependent services may get
> affected by changing a single service ?
HUP = hangup.  kill -l for a list of signals.
Services do not depend on each other (except for rpc)

Devdas Bhagat
-- 
The mark of your ignorance is the depth of your belief in injustice
and tragedy.  What the caterpillar calls the end of the world, the
master calls a butterfly.
                -- Messiah's Handbook : Reminders for the Advanced Soul


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to