What does dev mean in linux

小老鼠
Release: 2023-06-25 17:00:32
Original
1834 people have browsed it

dev is the abbreviation of device in Linux and is the directory where the Linux system stores hardware device information. Dev plays a very important role in the Linux system. It is used to store hardware device information. The hardware can be directly accessed through the directory under it.

What does dev mean in linux

#The operating system of this tutorial: linux5.18.14 system, Dell G3 computer.

dev is the abbreviation of device. Dev plays a very important role in the Linux system. It is a directory under Linux, and various devices are under it. So what does dev mean in Linux systems? Please see below for details.

The English abbreviation of dev device device. The /dev directory is very important to all users. Because this directory contains all external devices used in Linux systems. But the drivers for external devices are not placed here, which is different from Windows and DOS operating systems. It is actually a port to access these external devices. We can access these external devices very conveniently, and there is no difference from accessing a file or a directory. Linux follows the Unix style and recognizes all devices as one file.

Device files are generally stored in the /dev directory. Common device files are described as follows:

/dev/hd[a-t]: IDE device

/dev/sd [a-z]:SCSI devices and SATA devices

/dev/fd[0-7]:Standard floppy drive

/dev/md[0-31]:Software raid devices

/dev/loop[0-7]: Local loopback device

/dev/ram[0-15]: Memory

The last number represents the disk partition.

So /dev/sda3 represents the third partition of the first SATA interface hard disk.

Extended reading:

Linux, full name GNU/Linux, is a UNIX-like operating system that is free to use and freely disseminated. Its kernel was developed by Linus Benedikt Thomas. Watts was first released on October 5, 1991. It is mainly inspired by the ideas of Minix and Unix. It is a POSIX-based multi-user, multi-tasking operating system that supports multi-threading and multi-CPU. It supports 32-bit and 64-bit hardware and can run major Unix software tools, applications and network protocols.

Linux inherits the network-centric design philosophy of Unix and is a multi-user network operating system with stable performance. There are hundreds of different Linux distributions, such as Debian and Archlinux based on community development, and Red Hat Enterprise Linux, SUSE, Oracle Linux, etc. based on commercial development.

The above is the detailed content of What does dev mean 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!