Which command shows SMART device information on a Linux system?

Prepare for the Google Data Center Technician Exam. Use our interactive quiz featuring flashcards and multiple choice questions with hints and explanations. Get exam-ready today!

Multiple Choice

Which command shows SMART device information on a Linux system?

Explanation:
Retrieving SMART metadata for a drive is done with the information option of smartctl. This prints the device’s identity and capabilities, including the vendor, model, firmware version, serial number, and whether SMART is supported and enabled on that device. That broad snapshot is exactly what you want when you’re looking for SMART device information on a Linux system, and you typically run it with elevated privileges to access the disk, for example: sudo smartctl -i /dev/sdX. Other flags focus on specific aspects—health status, self-test results, or SMART attribute values—rather than the general device information.

Retrieving SMART metadata for a drive is done with the information option of smartctl. This prints the device’s identity and capabilities, including the vendor, model, firmware version, serial number, and whether SMART is supported and enabled on that device. That broad snapshot is exactly what you want when you’re looking for SMART device information on a Linux system, and you typically run it with elevated privileges to access the disk, for example: sudo smartctl -i /dev/sdX. Other flags focus on specific aspects—health status, self-test results, or SMART attribute values—rather than the general device information.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy