eolas/zk/Disk_info.md

18 lines
156 B
Markdown
Raw Normal View History

2023-01-08 18:00:17 +00:00
---
tags: [systems-programming]
---
# Disk info routines
## Current disk capacity
```bash
df -h
```
## Disk last modified
```bash
stat [disk_name]
```