eolas/neuron/9c5035d3-e1c9-40cd-a4b3-9d550f2b7fb6/Disk_info.md
2025-01-17 18:06:56 +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]
```