eolas/zk/Disk_info.md

22 lines
193 B
Markdown
Raw Permalink Normal View History

2023-01-08 18:00:17 +00:00
---
2024-06-16 18:15:03 +01:00
tags:
- systems-programming
- disks
- procedural
- Linux
2023-01-08 18:00:17 +00:00
---
# Disk info routines
## Current disk capacity
```bash
df -h
```
## Disk last modified
```bash
stat [disk_name]
```