Can someone illustrate what's linux device number's minor number exactly for?
Posted
by httpinterpret
on Stack Overflow
See other posts from Stack Overflow
or by httpinterpret
Published on 2010-06-07T15:40:13Z
Indexed on
2010/06/07
15:42 UTC
Read the original article
Hit count: 216
linux
|device-driver
The minor number is used by the kernel to determine exactly which device is being referred to.
The above explanation is just two abstract, can someone illustrate?
© Stack Overflow or respective owner