Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Copy files from CDROM to local  (Read 12870 times)

0 Members and 1 Guest are viewing this topic.

Mikey

  • Guest
Copy files from CDROM to local
« on: April 11, 2004, 03:41:25 AM »
I want to copy files from a CD to a new directory on the hard drive. Do I have to be in the CD and write cp filename ....    This is where I get lost. How do I tell it where I want to put it? say the directory is under users on my hard drive?  

natesneat2000

  • Guest
Re: Copy files from CDROM to local
« Reply #1 on: April 12, 2004, 02:28:13 PM »
To do it in the command line, use the cp command; here's an example:
cp /home/nathanm/smbMine.conf /etc/samba/smb.conf
This would take smbMine.conf from my (nathanm) home directory and copy it as smb.conf in /etc/samba.
For more detailed documentation of this, and many, Linux commands, check out:
http://www.ss64.com/bash/cp.html
(I'm not related to that site though.)
Some options there may help make the process wuicker. Good luck! Go Linux!