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 is the UID and GID of root user? Can a normal user can change the ownership of a file? what is the command to change ownership of a file?
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What does wc command do in unix?
What is cpu in top command?
Enlist some linux to file content commands?
What is linux pwd (print working directory) command?
What are the basic commands in command prompt?
What command should you use to check your file system?
What does top do in linux?
What is the fastest way to enter a series of commands from the command-line?
Explain shift command of linux?