eolas/neuron/949ef495-1370-41a8-80ea-7be9f9855779/Disk_info.md
2024-10-20 23:00:03 +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]
```