Vidyalelo
Computer Science · Q10

Linux

Engineering and GATE · Computer Science · question 10

Q10

Which of the following command is used to create a Linux installation hoot floppy?

A.
mkboot disk
B.
bootfp disk
C.
ww and rawwrite
D.
dd and rawrite
Answer
E.
None of the above

Answer: Option D

Solution

Answer: Option D
Solution:
To create a Linux installation boot floppy, you would typically use the dd command on Unix-like systems or rawrite command on Windows systems.
The dd command is a versatile utility used for copying and converting files. In this case, it can be used to copy the installation image to the floppy disk.
On Windows systems, rawrite is a command-line tool used to write raw disk images to removable media such as floppy disks.
So, in summary, to create a Linux installation boot floppy, you would use dd on Unix-like systems and rawrite on Windows systems.