Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-21 00:26:22 +00:00
parent 51e1b58889
commit 49187d6be0
11 changed files with 138 additions and 25 deletions

21
tldr/testparm Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# testparm
> Check a Samba configuration file for internal correctness.
> More information: <https://manned.org/testparm>.
- Check `/etc/samba/smb.conf` for correctness:
`testparm`
- Check a specific configuration file for correctness:
`testparm {{path/to/file}}`
- Display help:
`testparm {{[-?|--help]}}`