eolas/neuron/7c141533-1806-4f5c-a70e-7527be05b1c5/Disk_info.md

22 lines
193 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags:
- systems-programming
- disks
- procedural
- Linux
---
# Disk info routines
## Current disk capacity
```bash
df -h
```
## Disk last modified
```bash
stat [disk_name]
```