eolas/neuron/c30f8cb5-2545-47d5-829e-b163fe73fddf/Disk_info.md
2025-01-09 19:03:47 +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]
```