eolas/neuron/2abd5c63-27cc-420e-b0df-76bdd7f8acb1/Disk_info.md
2025-03-26 17:50:46 +00:00

21 lines
193 B
Markdown

---
tags:
- systems-programming
- disks
- procedural
- Linux
---
# Disk info routines
## Current disk capacity
```bash
df -h
```
## Disk last modified
```bash
stat [disk_name]
```