Multiple choice technology storage

which command is used in linux to know the driver version of any hardware device ?

  1. uname -a

  2. dmesg

  3. model

  4. getdriver

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The dmesg command displays kernel ring buffer messages, which include driver version information logged during device initialization. Unlike other options, dmesg is the standard Linux tool for viewing hardware driver details loaded by the kernel.