# Nvme-cli ## Table of contents 1. [TL;DR](#tldr) 1. [Sources](#sources) ## TL;DR ```sh # Installation. sudo apt install nvme-cli # List available devices. sudo nvme list # Show data about devices. sudo nvme smart-log /dev/nvme0 ``` ## Sources - [How to check CPU temperature on Ubuntu Linux] [how to check cpu temperature on ubuntu linux]: https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/