chore: improved folder structure

This commit is contained in:
Michele Cereda
2023-09-18 00:37:48 +02:00
parent bcd597f9ea
commit 66428e7670
5 changed files with 154 additions and 77 deletions

View File

@@ -0,0 +1,31 @@
# Chmod
## TL;DR
```sh
# Copy permissions from another file.
chmod --reference 'reference-file' 'changed-file'
```
## Further readings
- [`chmod`][chmod]
## Sources
All the references in the [further readings] section, plus the following:
- [18 selected super-useful Linux one-liners]
<!--
References
-->
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[chmod]: ../chmod.md
<!-- Others -->
[18 selected super-useful linux one-liners]: https://medium.com/codex/18-selected-super-useful-linux-one-liners-398ba6d20f8c