how do u extract files from iso cd images in linux?
Answer Posted / ashish jain
mount <iso file path> <directory path where your want to
mount> -o loop
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How often do you use grep command and how in Linux operating system?
What is devops model?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is build process?
How do I check cpu usage?
How do I create a .txt file?
How do I check storage on linux?
What is the difference between cd and cd in linux?
What does curl command do in linux?
What is the difference between rmdir and rm r?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What is lsof command in linux?
What is the command can be used to check for file corruption?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is the difference between command ‘ping’ and ‘ping6’?