eolas/neuron/93d3f8b4-f6ce-497f-bc67-2f2b18c283e8/Disk_info.md
2025-01-17 17:51:58 +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]
```