Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-06 00:20:09 +00:00
parent 24a1ff26c2
commit 54f6ce428c

View File

@@ -19,3 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
- Recursively make an entire directory and contents immutable:
`chattr -R +i {{path/to/directory}}`
- Mark a directory and its files to be interpreted in a case-insensitive manner:
`chattr +F {{path/to/directory}}`
- Set a file to only allow appending:
`chattr +a {{path/to/file}}`