simple examples of how to

Monday, October 17, 2011

[Linux] How to show the device info in ubuntu?

in ubuntu, try
$ udevadm info -q all -n /dev/sda

it is the same as
$ udevinfo -a -p /dev/sda


No comments:

Post a Comment