answersLogoWhite

0

The easiest way is to not copy the files and folders in the first place, just copy the CD itself.

If you want to make a bootable CD from scratch, most CD-burning software includes that option. If you don't have that option, there are plenty of freeware tools on the internet that you can download for this purpose. Typically you will create an ISO image of the CD from a folder structure and then burn the image.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Linux command to list a folders contents?

The LS command: ls folder Type man ls for more details.


Hid folders comand in linex?

To hide a folder in Linux, you can prefix the folder name with a dot (.) when creating it; for example, mkdir .hiddenfolder. This makes the folder hidden from standard directory listings. To view hidden folders, you can use the ls -a command, which displays all files and directories, including those that are hidden. Additionally, you can change the folder's permissions to restrict access further if needed.


What is a root folder?

The Root folder is the Main location for the Linux system. Only users with super user privileges can access the folder. ANY changes made successfully in the root folder will be system wide. its the quickest way to destroy the operating system!


How do you create directory or folder in Linux?

There's actually no such thing as a "hidden" file or folder in Linux. In Windows, files and folders are hidden by setting a file attribute on them, and is used to prevent novice users from viewing or modifying them. In Linux, a file or folder can be "hidden" from most shells and file managers by simply prefixing a "." in front of the name (.settings, for instance). A simple 'View > Show hidden files' or "ls -a" is all it takes to list them. The purpose is thus purely for cosmetic / organizational purposes.


What is the function of the Scientific Linux Live CD?

The Scientic Linux Live CD is a bootable CD that runs Linux directly from CD without downloading installing it.Its based on Scientific Linux (SN),which is recompiled from RedHat Enterprise Linux (RHEL) source.


If you have linux installed on your system how can you still create a bootable floppy disk to use the utility?

Members Only.


Which operating systems can be used to create the bootable media for Dell 32-Bit diagnostics?

Windows Linux


How do you open folders?

Here is some examples of how you can open folder under some operating systems.Windows:(Most configurations) double-click on folder icon;Select folder and press Mac OS Xdouble-click on folder icon;Select doler and press + (or File -> Open);Gnome/KDE (Linux/UNIX):double-click on folder icon;


What is the lowest level of directory within Linux?

Its a Folder


What is bootable CD?

A bootable CD has an operating sytem (usually a form of Linux or Windows) copied to the CD starting at track 0 on the CD. If your computer has a bios that defines one of your CD drives in the power on/restart boot sequence, you can boot your system from such a CD. Bootable CDs are used by developers/software companies to install Windows and Linux onto your computer's hard drive. Bootable CDs are also used by some anti-virus products to allow a "for sure" clean scan capability on a possibly infected system. Bootable CDs are activated by placing the CD in the CD drive, powering the computer down, a then powering the computer back on (cold boot). The power on boot usually follows a sequence of 1) check floppy drive for bootable disk, 2) check CD drive for bootable CD, and then 3) boot from designated hard drive.


Do Linux use a logical tree to organize files into different folders?

yes


What does ls -ld in Linux do?

It lists the directories (folders) only in a given path, and also lists the file permissions and file sizes for those folders.