Multiple choice technology storage which command is used in linux to know the driver version of any hardware device ? uname -a dmesg model 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.