mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 17:45:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user