# smartctl > View a disk's [SMART](https://en.wikipedia.org/wiki/S.M.A.R.T.) data and other information. - View SMART health summary: `sudo smartctl --health {{/dev/}}` - View device information: `sudo smartctl --info {{/dev/}}` - Begin a (short) self-test: `sudo smartctl --test {{short}} {{/dev/}}` - View current/last self-test status and other SMART capabilities: `sudo smartctl --capabilities {{/dev/}}` - View SMART self-test log (if supported): `sudo smartctl --log selftest {{/dev/}}`