eolas/neuron/78bb25d9-ca3c-4cbb-a2c4-e9c73950d1ca/Disk_info.md

22 lines
193 B
Markdown
Raw Normal View History

2024-10-19 11:00:03 +01:00
---
tags:
- systems-programming
- disks
- procedural
- Linux
---
# Disk info routines
## Current disk capacity
```bash
df -h
```
## Disk last modified
```bash
stat [disk_name]
```