Files
oam/knowledge base/nvme-cli.md
2023-07-09 20:48:18 +02:00

31 lines
488 B
Markdown

# Nvme-cli
## Table of contents <!-- omit in toc -->
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]
<!--
References
-->
<!-- Others -->
[how to check cpu temperature on ubuntu linux]: https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/