mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
21 lines
362 B
Markdown
21 lines
362 B
Markdown
# Nvme-cli
|
|
|
|
## 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/
|