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 |
What daemon is used for scheduling of the commands?
What is the command to calculate the size of a folder?
how to give a normal user reboot and shutdown permission? Plz also mention the step.
Send me some of the commands being used in linux
5 Answers Aurobindo, Dr Reddys, IBM, Reddy Labs,
How use more command in linux?
What does uname command do?
How do makefiles work?
How can we increase disk read performance in single command in Linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
The command ‘umask -S’
What is clang space engineers?
What is a makefile in linux?