Home » Linux Unix Hacking

Copy A CD In Linux

16 March 2008 No Comment

You can easily copy cd in Linux through command line.
the steps are :
1)At the root go to the media directory where all the removable media file system (such as cd-rom, floppy disk, usb drive) are mounted.
2) Type cd /media (to enter the media directory).
3) Type ls -l(This will give you long listing of all media mounted. Remember all spaces and case of letter because Linux is case sensitive.)
4) Just type cd hello (if hello is the name of your media).
OR you can use cd * if only one media is there.
5) Type cp * (This will copy all the files of cd in the destination directory.)
Eg: cd * /var/ftp/pub

Random Posts

Related posts:

  1. How To Find Hardware Details In Linux
  2. Automating Linux Admin From Windows Over SSH
  3. Hack Into Windows & Linux Passwords With Single Tool
  4. A Self Destructing Program in C / C++
  5. How to Copy Locked Photos from Orkut
  6. How To Enable Vista’s Hidden Administrator
  7. Manually Uninstall, Remove or Delete Firefox Addon With Add-Ons Uninstall Button Disabled
  8. Fixing Corrupt Recycle Bin

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.