how do u extract files from iso cd images in linux?
Answer Posted / 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 |
Post New Answer View All Answers
What daemon is used for scheduling of the commands?
How do I check memory usage on linux?
How do I get to root in linux?
Is cmake a compiler?
What is the difference between command ‘ping’ and ‘ping6’?
What is the default number of shell commands saved in the history list of .cshrc file?
What does p mean linux?
How do I stop a linux job?
How does mkdir work in linux?
What is a good processor speed?
How do you sort cpu in top command?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
Is cmake only for c++?
How to know linux os is 32 bit or 64 bit?
How use more command in linux?