eolas/neuron/0c4abb9b-c940-4636-84e0-b880b7c1ac8b/Disk_info.md
2025-01-02 18:02:35 +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]
```