Re: Modem driver


Subject: Re: Modem driver
bryan@ak.net
Date: Fri Mar 15 2002 - 14:35:12 AKST


Kirk McFadden wrote in <20020314224702.28446.qmail@web12902.mail.yahoo.com>:
>
>
> For starters, how do I move the driver off the floppy
> and get it into the right dir?

unix-type OSs use a unified filesystem hierarchy. That means that
once a disk drive is "mounted", the files on it are available in
some subdirectory of the / (root) directory. This include hard drives,
cdroms, floppies, and anything else.

Your floppy filesystem might be mounted as /floppy, /mnt, /mnt/floppy,
or something else, but wherever it is, the same commands work on the
files there as on files anywhere else. So the 'cp' command will copy
a file, and the 'mv' command will move a file from one place to another.

--
Bryan Medsker
bryan@ak.net



This archive was generated by hypermail 2a23 : Fri Mar 15 2002 - 14:37:52 AKST