How to install iso in linux?

藏色散人
Release: 2020-09-18 14:16:16
Original
11534 people have browsed it

Linux is a free-to-use and freely disseminated Unix-like operating system. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and UNIX. iso, international standard optical disc file system format. A disc image file format that complies with the ISO 9660 standard. The file extension is usually iso. This kind of file can be simply understood as an image file formed by copying all the information on the disc.

How to install iso in linux?

How to install iso in linux?

Installation steps:

1. In the /mnt directory, create the corresponding iso folder, such as cd1, cd2.

2. Then, use the command:

mount -o loop /home/kinglu/Matlab/matlab1.iso(iso文件路径名) /mnt/cd1
Copy after login

3. At this time, there is a corresponding installation file in the /mnt/cd1 directory, and then you can install it.

Note: The above operations are performed after su root and require root permissions.

The above is the detailed content of How to install iso in linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!