![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| copy of files | bkan77 | UNIX for Advanced & Expert Users | 2 | 09-06-2007 03:53 AM |
| copy files from one dir to another | mohan705 | Shell Programming and Scripting | 6 | 02-21-2007 05:51 AM |
| How to copy N files from one dir to another | GMMike | UNIX for Dummies Questions & Answers | 1 | 10-13-2005 05:50 AM |
| copy files | chirayus | UNIX for Advanced & Expert Users | 6 | 04-12-2004 08:56 AM |
| Copy all files | 42!? | UNIX for Dummies Questions & Answers | 4 | 08-25-2002 09:05 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do you copy files from CD
How do you copy files fra a cd-rom to a directory on the computer?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
first u have to create a directory called cdrom, if it is not present, then mount the cd on to the cdrom directory and then u can use the normal copy command for copying the files from the cd.
1) login as root 2) # mkdir cdrom <Press Enter> 3) chmod 777 /cdrom - Giving the read,write,executable permission to the cdrom directory 4) # mount /dev/cd0 /cdrom - This will mount the cd-drive on to the cdrom directory. 5) # cp file name to the directory u want to copy. where cp - stands for copy Rgds, T. Durga Prasad |
|
#3
|
|||
|
|||
|
How to copy files from a CD-rom
Thank you very much for your helpfull reply
Regards Schnell |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|