![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sun's 'Project Copy Linux' not a Linux copy - Register | iBot | UNIX and Linux RSS News | 0 | 07-29-2007 02:31 AM |
| Command for copy a file from one server to another server | sarwan | High Level Programming | 2 | 11-13-2005 08:17 AM |
| linux, copy a:\file to /tmp in linux? | yls177 | UNIX for Dummies Questions & Answers | 6 | 03-08-2003 10:16 PM |
| What is the command to copy a file | DamienVall | UNIX for Dummies Questions & Answers | 5 | 05-24-2001 01:27 PM |
| Where can i get a copy of Unix or Linux? | gregtampa | Where do I download LINUX & UNIX? | 5 | 10-01-2000 08:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
command for copy file from CD to Linux box
Hi ,
I have simple question as i am beginner , I have to copy one file from cd(compact disc) to my linux box on some directory. With which command and how can i do that? Thanks sam71 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
If this is the file you want to copy:
/path/to/some/file And you want to put it in: /some/random/directory Use: cp /path/to/some/file /some/random/directory If you want to rename file to newfile, use: cp /path/to/some/file /some/random/directory/newfile
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|
#3
|
|||
|
|||
|
CD burn using LINUX
Hi ,
How can i burn cd in Linux ? Actully i want to copy file from linux box to CD (compact disc).Can you please help me with command for this? THanks sam71 |
|||
| Google The UNIX and Linux Forums |