Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-17 00:19:33 +00:00
parent c0c75c948e
commit ba1f2097ae
3 changed files with 17 additions and 1 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Summarize disk usage for the files in a directory recursively:
`sudo btrfs filesystem du {{[-s|--summarize]}} {{path/to/directory}}`
- Create a swap file:
`sudo btrfs filesystem mkswapfile --size {{8g}} --uuid {{clear|random|time|UUID_value}} {{path/to/swapfile}}`