how do u extract files from iso cd images in linux?
Answers were Sorted based on User's Feedback
Answer / abhishek tyagi
mount -t iso9660 -o ro,loop=/dev/loop0 /home/ste/cd.iso /mnt/iso
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / ashish jain
mount <iso file path> <directory path where your want to
mount> -o loop
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / santhosh
Just simple
mount -o loop sample.iso /mnt/<directoryname>
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mayilvahanan
simply mount with below command
1. mount -o loop /home/sample.iso /mnt (to mount iso)
2. mount - to check whether it has been mount or not
| Is This Answer Correct ? | 6 Yes | 0 No |
i dont know root password then this situation can we change or break root password to ant process
How do you create a blank file in linux?
tell me command for" to create more than one name to a file".
What is the use of man command in linux?
How do you run command every time a file is modified?
How do I remove a soft link in linux?
How many commands are there in linux?
Explain shift command of linux?
What is file and example?
Which command is used to see the online manual?
When is it better to use the more command rather than cat command?
How will you suspend a running process and put it in the background?