eolas/neuron/9445c5fd-135c-4b0b-a70c-7a6fd45d9d58/Disk_info.md
2025-04-05 10:32:40 +01: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]
```