sysfs-dev

来自「最新版本的Linux内核」· 代码 · 共 21 行

TXT
21
字号
What:		/sys/devDate:		April 2008KernelVersion:	2.6.26Contact:	Dan Williams <dan.j.williams@intel.com>Description:	The /sys/dev tree provides a method to look up the sysfs		path for a device using the information returned from		stat(2).  There are two directories, 'block' and 'char',		beneath /sys/dev containing symbolic links with names of		the form "<major>:<minor>".  These links point to the		corresponding sysfs path for the given device.		Example:		$ readlink /sys/dev/block/8:32		../../block/sdc		Entries in /sys/dev/char and /sys/dev/block will be		dynamically created and destroyed as devices enter and		leave the system.Users:		mdadm <linux-raid@vger.kernel.org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?